Html Css Color HEX #6D6A12 Olivetone

📋 copy color: '#6D6A12'

red 109 ◦ green 106 ◦ blue 18

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

Shades of Olivetone #6D6A12

Tints of Olivetone #6D6A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 46.78%
G = 45.49%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D6A12 (or 0x6D6A12) is known color: Olivetone. HEX triplet: 6D, 6A and 12. RGB value is (109,106,18). Sum of RGB (Red+Green+Blue) = 109+106+18=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6A12 is #9295ED. Grayscale: #616161. Windows color (decimal): -9606638 or 1206893. OLE color: 1206893.

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

Color convert

RGB 109 106 18 -
CMYK 0 0.03 0.83 0.57
HSL 58.02º 0.72% 0.25% -
HSV(B) 58.02º 0.83% 0.43% -
XYZ 11.57 13.6 2.59 -
YUV 96.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 109 106 18 0 0.03 0.83 0.57 58.02 0.72 0.25
Hex 6D 6A 12 0 3 53 39 3A 48 19
Octal 155 152 22 0 3 123 71 72 110 31
Binary 1101101 1101010 10010 0 11 1010011 111001 111010 1001000 11001

Color Harmonies of #6D6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A12

Black with #6D6A12

Text Example


Text Example

White with #6D6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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