Html Css Color HEX #6D6620 Olivetone

📋 copy color: '#6D6620'

red 109 ◦ green 102 ◦ blue 32

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

Shades of Olivetone #6D6620

Tints of Olivetone #6D6620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 44.86%
G = 41.98%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D6620 (or 0x6D6620) is known color: Olivetone. HEX triplet: 6D, 66 and 20. RGB value is (109,102,32). Sum of RGB (Red+Green+Blue) = 109+102+32=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6620 is #9299DF. Grayscale: #606060. Windows color (decimal): -9607648 or 2123373. OLE color: 2123373.

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

Color convert

RGB 109 102 32 -
CMYK 0 0.06 0.71 0.57
HSL 54.55º 0.55% 0.28% -
HSV(B) 54.55º 0.71% 0.43% -
XYZ 11.32 12.86 3.25 -
YUV 96.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 109 102 32 0 0.06 0.71 0.57 54.55 0.55 0.28
Hex 6D 66 20 0 6 47 39 37 37 1C
Octal 155 146 40 0 6 107 71 67 67 34
Binary 1101101 1100110 100000 0 110 1000111 111001 110111 110111 11100

Color Harmonies of #6D6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6620

Black with #6D6620

Text Example


Text Example

White with #6D6620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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