Html Css Color HEX #6D680C Olivetone

📋 copy color: '#6D680C'

red 109 ◦ green 104 ◦ blue 12

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

Shades of Olivetone #6D680C

Tints of Olivetone #6D680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 48.44%
G = 46.22%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D680C (or 0x6D680C) is known color: Olivetone. HEX triplet: 6D, 68 and 0C. RGB value is (109,104,12). Sum of RGB (Red+Green+Blue) = 109+104+12=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D680C is #9297F3. Grayscale: #5F5F5F. Windows color (decimal): -9607156 or 813165. OLE color: 813165.

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

Color convert

RGB 109 104 12 -
CMYK 0 0.05 0.89 0.57
HSL 56.91º 0.8% 0.24% -
HSV(B) 56.91º 0.89% 0.43% -
XYZ 11.32 13.18 2.29 -
YUV 95.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 109 104 12 0 0.05 0.89 0.57 56.91 0.8 0.24
Hex 6D 68 C 0 5 59 39 39 50 18
Octal 155 150 14 0 5 131 71 71 120 30
Binary 1101101 1101000 1100 0 101 1011001 111001 111001 1010000 11000

Color Harmonies of #6D680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D680C

Black with #6D680C

Text Example


Text Example

White with #6D680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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