Html Css Color HEX #6D680A Olivetone

📋 copy color: '#6D680A'

red 109 ◦ green 104 ◦ blue 10

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

Shades of Olivetone #6D680A

Tints of Olivetone #6D680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 48.88%
G = 46.64%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D680A (or 0x6D680A) is known color: Olivetone. HEX triplet: 6D, 68 and 0A. RGB value is (109,104,10). Sum of RGB (Red+Green+Blue) = 109+104+10=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D680A is #9297F5. Grayscale: #5F5F5F. Windows color (decimal): -9607158 or 682093. OLE color: 682093.

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

Color convert

RGB 109 104 10 -
CMYK 0 0.05 0.91 0.57
HSL 56.97º 0.83% 0.23% -
HSV(B) 56.97º 0.91% 0.43% -
XYZ 11.31 13.17 2.23 -
YUV 94.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 109 104 10 0 0.05 0.91 0.57 56.97 0.83 0.23
Hex 6D 68 A 0 5 5B 39 39 53 17
Octal 155 150 12 0 5 133 71 71 123 27
Binary 1101101 1101000 1010 0 101 1011011 111001 111001 1010011 10111

Color Harmonies of #6D680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D680A

Black with #6D680A

Text Example


Text Example

White with #6D680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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