Html Css Color HEX #6D6C16 Olivetone

📋 copy color: '#6D6C16'

red 109 ◦ green 108 ◦ blue 22

#6D6C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #6D6C16

Tints of Olivetone #6D6C16

RGB

 RED value IS 109 (42.97% from 255) = 45.61%

 GREEN value IS 108 (42.58% from 255) = 45.19%

 BLUE value IS 22 (8.98% from 255) = 9.21%

R = 45.61%
G = 45.19%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D6C16 (or 0x6D6C16) is known color: Olivetone. HEX triplet: 6D, 6C and 16. RGB value is (109,108,22). Sum of RGB (Red+Green+Blue) = 109+108+22=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6C16 is #9293E9. Grayscale: #626262. Windows color (decimal): -9606122 or 1469549. OLE color: 1469549.

HSL color Cylindrical-coordinate representation of color #6D6C16: hue angle of 59.31º 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 #6D6C16 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 108 22 -
CMYK 0 0.01 0.80 0.57
HSL 59.31º 0.66% 0.26% -
HSV(B) 59.31º 0.8% 0.43% -
XYZ 11.81 14.03 2.85 -
YUV 98.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 109 108 22 0 0.01 0.80 0.57 59.31 0.66 0.26
Hex 6D 6C 16 0 1 50 39 3B 42 1A
Octal 155 154 26 0 1 120 71 73 102 32
Binary 1101101 1101100 10110 0 1 1010000 111001 111011 1000010 11010

Color Harmonies of #6D6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C16

Black with #6D6C16

Text Example


Text Example

White with #6D6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6C16;
 }
 .AnyTagClassName
 {
   color: #6D6C16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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