Html Css Color HEX #6D6810 Olivetone

📋 copy color: '#6D6810'

red 109 ◦ green 104 ◦ blue 16

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

Shades of Olivetone #6D6810

Tints of Olivetone #6D6810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 47.6%
G = 45.41%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6D6810 (or 0x6D6810) is known color: Olivetone. HEX triplet: 6D, 68 and 10. RGB value is (109,104,16). Sum of RGB (Red+Green+Blue) = 109+104+16=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6810 is #9297EF. Grayscale: #5F5F5F. Windows color (decimal): -9607152 or 1075309. OLE color: 1075309.

HSL color Cylindrical-coordinate representation of color #6D6810: hue angle of 56.77º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D6810 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 104 16 -
CMYK 0 0.05 0.85 0.57
HSL 56.77º 0.74% 0.25% -
HSV(B) 56.77º 0.85% 0.43% -
XYZ 11.35 13.19 2.44 -
YUV 95.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 109 104 16 0 0.05 0.85 0.57 56.77 0.74 0.25
Hex 6D 68 10 0 5 55 39 39 4A 19
Octal 155 150 20 0 5 125 71 71 112 31
Binary 1101101 1101000 10000 0 101 1010101 111001 111001 1001010 11001

Color Harmonies of #6D6810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6810

Black with #6D6810

Text Example


Text Example

White with #6D6810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,16); }

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

background-color css

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

 a { background-color: rgb(109,104,16); }

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

border-color css

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

 span { border-color: rgb(109,104,16); }

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