Html Css Color HEX #6D6A20 Olivetone

📋 copy color: '#6D6A20'

red 109 ◦ green 106 ◦ blue 32

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

Shades of Olivetone #6D6A20

Tints of Olivetone #6D6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.91%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 44.13%
G = 42.91%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D6A20 (or 0x6D6A20) is known color: Olivetone. HEX triplet: 6D, 6A and 20. RGB value is (109,106,32). Sum of RGB (Red+Green+Blue) = 109+106+32=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A20 is #9295DF. Grayscale: #626262. Windows color (decimal): -9606624 or 2124397. OLE color: 2124397.

HSL color Cylindrical-coordinate representation of color #6D6A20: hue angle of 57.66º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D6A20 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 106 32 -
CMYK 0 0.03 0.71 0.57
HSL 57.66º 0.55% 0.28% -
HSV(B) 57.66º 0.71% 0.43% -
XYZ 11.72 13.66 3.39 -
YUV 98.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 109 106 32 0 0.03 0.71 0.57 57.66 0.55 0.28
Hex 6D 6A 20 0 3 47 39 3A 37 1C
Octal 155 152 40 0 3 107 71 72 67 34
Binary 1101101 1101010 100000 0 11 1000111 111001 111010 110111 11100

Color Harmonies of #6D6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A20

Black with #6D6A20

Text Example


Text Example

White with #6D6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,32); }

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

background-color css

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

 a { background-color: rgb(109,106,32); }

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

border-color css

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

 span { border-color: rgb(109,106,32); }

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