#6D6416

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

Shades of Olivetone #6D6416

Tints of Olivetone #6D6416

Color information

#6D6416 (or 0x6D6416) is unknown color: approx Olivetone. HEX triplet: 6D, 64 and 16. RGB value is (109,100,22). Sum of RGB (Red+Green+Blue) = 109+100+22=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6416 is #929BE9. Grayscale: #5E5E5E. Windows color (decimal): -9608170 or 1467501. OLE color: 1467501.

HSL color Cylindrical-coordinate representation of color #6D6416: hue angle of 53.79º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D6416 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB10910022-
CMYK00.080.800.57
HSL53.79º66.41%25.69%-
HSV(B)53.79º79.82%42.75%-
XYZ11.0112.422.58-
YUV93.887.48138.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 22 (8.98% from 255) = 9.52%
R=47.19%
G=43.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091002200.080.800.5753.7966.4125.69
Hex6D641608503936421a
Octal15514426010120716610232
Binary1101101110010010110010001010000111001110110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,22); }

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

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

 a { background-color: rgb(109,100,22); }

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

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

 span { border-color: rgb(109,100,22); }

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