Html Css Color HEX #6D6C1B Olivetone

📋 copy color: '#6D6C1B'

red 109 ◦ green 108 ◦ blue 27

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

Shades of Olivetone #6D6C1B

Tints of Olivetone #6D6C1B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.26%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 44.67%
G = 44.26%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D6C1B (or 0x6D6C1B) is known color: Olivetone. HEX triplet: 6D, 6C and 1B. RGB value is (109,108,27). Sum of RGB (Red+Green+Blue) = 109+108+27=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C1B is #9293E4. Grayscale: #636363. Windows color (decimal): -9606117 or 1797229. OLE color: 1797229.

HSL color Cylindrical-coordinate representation of color #6D6C1B: hue angle of 59.27º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D6C1B is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 108 27 -
CMYK 0 0.01 0.75 0.57
HSL 59.27º 0.6% 0.27% -
HSV(B) 59.27º 0.75% 0.43% -
XYZ 11.87 14.06 3.12 -
YUV 99.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 109 108 27 0 0.01 0.75 0.57 59.27 0.6 0.27
Hex 6D 6C 1B 0 1 4B 39 3B 3C 1B
Octal 155 154 33 0 1 113 71 73 74 33
Binary 1101101 1101100 11011 0 1 1001011 111001 111011 111100 11011

Color Harmonies of #6D6C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C1B

Black with #6D6C1B

Text Example


Text Example

White with #6D6C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,27); }

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

background-color css

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

 a { background-color: rgb(109,108,27); }

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

border-color css

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

 span { border-color: rgb(109,108,27); }

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