#695C23

Color #695C23 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #695C23

Tints of Costa Del Sol #695C23

Color information

#695C23 (or 0x695C23) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5C and 23. RGB value is (105,92,35). Sum of RGB (Red+Green+Blue) = 105+92+35=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #695C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C23 is #96A3DC. Grayscale: #595959. Windows color (decimal): -9872349 or 2317417. OLE color: 2317417.

HSL color Cylindrical-coordinate representation of color #695C23: hue angle of 48.86º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #695C23 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1059235-
CMYK00.120.670.59
HSL48.86º50%27.45%-
HSV(B)48.86º66.67%41.18%-
XYZ9.9610.783.15-
YUV89.3997.31139.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 35 (14.06% from 255) = 15.09%
R=45.26%
G=39.66%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105923500.120.670.5948.865027.45
Hex695C230C433B31321b
Octal1511344301410373616233
Binary1101001101110010001101100100001111101111000111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695C23; }

 p { color: rgb(105,92,35); }

 H1.HeaderClassName
 {
   color: #695C23;
 }
 .AnyTagClassName
 {
   color: #695C23;
 }
</style>
background-color css

<style>
 a { background-color: #695C23; }

 a { background-color: rgb(105,92,35); }

 div.DivClassName
 {
   background-color: #695C23;
 }
 .BgClassName
 {
   background-color: #695C23;
 }
</style>
border-color css

<style>
 span { border-color: #695C23; }

 span { border-color: rgb(105,92,35); }

 td.TdClassName
 {
   border-color: #695C23;
 }
 .TagClassName
 {
   border-color: #695C23;
 }
</style>