#695C24

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

Shades of Costa Del Sol #695C24

Tints of Costa Del Sol #695C24

Color information

#695C24 (or 0x695C24) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5C and 24. RGB value is (105,92,36). Sum of RGB (Red+Green+Blue) = 105+92+36=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #695C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695C24 is #96A3DB. Grayscale: #595959. Windows color (decimal): -9872348 or 2382953. OLE color: 2382953.

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

Color convert

RGB1059236-
CMYK00.120.660.59
HSL48.7º48.94%27.65%-
HSV(B)48.7º65.71%41.18%-
XYZ9.9710.783.23-
YUV89.597.81139.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 92 (36.33% from 255) = 39.48%
BLUE value IS 36 (14.45% from 255) = 15.45%
R=45.06%
G=39.48%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105923600.120.660.5948.748.9427.65
Hex695C240C423B31311c
Octal1511344401410273616134
Binary1101001101110010010001100100001011101111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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