#6C650C

Color #6C650C Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #6C650C

Tints of Olivetone #6C650C

Color information

#6C650C (or 0x6C650C) is unknown color: approx Olivetone. HEX triplet: 6C, 65 and 0C. RGB value is (108,101,12). Sum of RGB (Red+Green+Blue) = 108+101+12=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C650C is #939AF3. Grayscale: #5D5D5D. Windows color (decimal): -9673460 or 812396. OLE color: 812396.

HSL color Cylindrical-coordinate representation of color #6C650C: hue angle of 55.62º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C650C is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB10810112-
CMYK00.060.890.58
HSL55.62º80%23.53%-
HSV(B)55.62º88.89%42.35%-
XYZ10.912.522.19-
YUV92.9582.32138.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.87%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=48.87%
G=45.70%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081011200.060.890.5855.628023.53
Hex6C65C06593A385018
Octal1541451406131727012030
Binary11011001100101110001101011001111010111000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,12); }

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

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

 a { background-color: rgb(108,101,12); }

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

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

 span { border-color: rgb(108,101,12); }

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