#665A26

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

Shades of Costa Del Sol #665A26

Tints of Costa Del Sol #665A26

Color information

#665A26 (or 0x665A26) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5A and 26. RGB value is (102,90,38). Sum of RGB (Red+Green+Blue) = 102+90+38=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #665A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A26 is #99A5D9. Grayscale: #575757. Windows color (decimal): -10069466 or 2513510. OLE color: 2513510.

HSL color Cylindrical-coordinate representation of color #665A26: hue angle of 48.75º 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 #665A26 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1029038-
CMYK00.120.630.6
HSL48.75º45.71%27.45%-
HSV(B)48.75º62.75%40%-
XYZ9.4910.283.32-
YUV87.6699.98138.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=44.35%
G=39.13%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102903800.120.630.648.7545.7127.45
Hex665A260C3F3C312e1b
Octal146132460147774615633
Binary110011010110101001100110011111111110011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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