#665C26

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

Shades of Costa Del Sol #665C26

Tints of Costa Del Sol #665C26

Color information

#665C26 (or 0x665C26) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 26. RGB value is (102,92,38). Sum of RGB (Red+Green+Blue) = 102+92+38=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #665C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C26 is #99A3D9. Grayscale: #595959. Windows color (decimal): -10068954 or 2514022. OLE color: 2514022.

HSL color Cylindrical-coordinate representation of color #665C26: hue angle of 50.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665C26 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1029238-
CMYK00.100.630.6
HSL50.62º45.71%27.45%-
HSV(B)50.62º62.75%40%-
XYZ9.6610.623.37-
YUV88.8399.31137.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=43.97%
G=39.66%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102923800.100.630.650.6245.7127.45
Hex665C260A3F3C332e1b
Octal146134460127774635633
Binary110011010111001001100101011111111110011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665C26; }

 p { color: rgb(102,92,38); }

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

<style>
 a { background-color: #665C26; }

 a { background-color: rgb(102,92,38); }

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

<style>
 span { border-color: #665C26; }

 span { border-color: rgb(102,92,38); }

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