#645F15

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

Shades of Costa Del Sol #645F15

Tints of Costa Del Sol #645F15

Color information

#645F15 (or 0x645F15) is unknown color: approx Costa Del Sol. HEX triplet: 64, 5F and 15. RGB value is (100,95,21). Sum of RGB (Red+Green+Blue) = 100+95+21=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #645F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645F15 is #9BA0EA. Grayscale: #585858. Windows color (decimal): -10199275 or 1400676. OLE color: 1400676.

HSL color Cylindrical-coordinate representation of color #645F15: hue angle of 56.2º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #645F15 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1009521-
CMYK00.050.790.61
HSL56.2º65.29%23.73%-
HSV(B)56.2º79%39.22%-
XYZ9.4810.952.32-
YUV88.0690.16136.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=46.30%
G=43.98%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100952100.050.790.6156.265.2923.73
Hex645F15054F3D384118
Octal1441372505117757010130
Binary110010010111111010101011001111111101111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645F15; }

 p { color: rgb(100,95,21); }

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

<style>
 a { background-color: #645F15; }

 a { background-color: rgb(100,95,21); }

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

<style>
 span { border-color: #645F15; }

 span { border-color: rgb(100,95,21); }

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