#665C0D

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

Shades of Costa Del Sol #665C0D

Tints of Costa Del Sol #665C0D

Color information

#665C0D (or 0x665C0D) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 0D. RGB value is (102,92,13). Sum of RGB (Red+Green+Blue) = 102+92+13=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #665C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C0D is #99A3F2. Grayscale: #565656. Windows color (decimal): -10068979 or 875622. OLE color: 875622.

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

Color convert

RGB1029213-
CMYK00.100.870.6
HSL53.26º77.39%22.55%-
HSV(B)53.26º87.25%40%-
XYZ9.3810.511.91-
YUV85.9886.81139.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=49.28%
G=44.44%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102921300.100.870.653.2677.3922.55
Hex665CD0A573C354d17
Octal14613415012127746511527
Binary110011010111001101010101010111111100110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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