#6C600B

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

Shades of Costa Del Sol #6C600B

Tints of Costa Del Sol #6C600B

Color information

#6C600B (or 0x6C600B) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 60 and 0B. RGB value is (108,96,11). Sum of RGB (Red+Green+Blue) = 108+96+11=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C600B is #939FF4. Grayscale: #5A5A5A. Windows color (decimal): -9674741 or 745580. OLE color: 745580.

HSL color Cylindrical-coordinate representation of color #6C600B: hue angle of 52.58º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C600B is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1089611-
CMYK00.110.900.58
HSL52.58º81.51%23.33%-
HSV(B)52.58º89.81%42.35%-
XYZ10.4311.582-
YUV89.983.48140.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.23%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=50.23%
G=44.65%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108961100.110.900.5852.5881.5123.33
Hex6C60B0B5A3A355217
Octal15414013013132726512227
Binary110110011000001011010111011010111010110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C600B; }

 p { color: rgb(108,96,11); }

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

<style>
 a { background-color: #6C600B; }

 a { background-color: rgb(108,96,11); }

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

<style>
 span { border-color: #6C600B; }

 span { border-color: rgb(108,96,11); }

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