#6C640B

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

Shades of Olivetone #6C640B

Tints of Olivetone #6C640B

Color information

#6C640B (or 0x6C640B) is unknown color: approx Olivetone. HEX triplet: 6C, 64 and 0B. RGB value is (108,100,11). Sum of RGB (Red+Green+Blue) = 108+100+11=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C640B is #939BF4. Grayscale: #5C5C5C. Windows color (decimal): -9673717 or 746604. OLE color: 746604.

HSL color Cylindrical-coordinate representation of color #6C640B: hue angle of 55.05º 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 #6C640B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB10810011-
CMYK00.070.900.58
HSL55.05º81.51%23.33%-
HSV(B)55.05º89.81%42.35%-
XYZ10.812.332.13-
YUV92.2582.15139.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=49.32%
G=45.66%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081001100.070.900.5855.0581.5123.33
Hex6C64B075A3A375217
Octal1541441307132726712227
Binary11011001100100101101111011010111010110111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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