#665C0B

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

Shades of Costa Del Sol #665C0B

Tints of Costa Del Sol #665C0B

Color information

#665C0B (or 0x665C0B) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 0B. RGB value is (102,92,11). Sum of RGB (Red+Green+Blue) = 102+92+11=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C0B is #99A3F4. Grayscale: #565656. Windows color (decimal): -10068981 or 744550. OLE color: 744550.

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

Color convert

RGB1029211-
CMYK00.100.890.6
HSL53.41º80.53%22.16%-
HSV(B)53.41º89.22%40%-
XYZ9.3710.51.85-
YUV85.7685.81139.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=49.76%
G=44.88%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102921100.100.890.653.4180.5322.16
Hex665CB0A593C355116
Octal14613413012131746512126
Binary110011010111001011010101011001111100110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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