Html Css Color HEX #6D6B15 Olivetone

📋 copy color: '#6D6B15'

red 109 ◦ green 107 ◦ blue 21

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

Shades of Olivetone #6D6B15

Tints of Olivetone #6D6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 45.99%
G = 45.15%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D6B15 (or 0x6D6B15) is known color: Olivetone. HEX triplet: 6D, 6B and 15. RGB value is (109,107,21). Sum of RGB (Red+Green+Blue) = 109+107+21=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6B15 is #9294EA. Grayscale: #626262. Windows color (decimal): -9606379 or 1403757. OLE color: 1403757.

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

Color convert

RGB 109 107 21 -
CMYK 0 0.02 0.81 0.57
HSL 58.64º 0.68% 0.25% -
HSV(B) 58.64º 0.81% 0.43% -
XYZ 11.7 13.82 2.76 -
YUV 97.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 109 107 21 0 0.02 0.81 0.57 58.64 0.68 0.25
Hex 6D 6B 15 0 2 51 39 3B 44 19
Octal 155 153 25 0 2 121 71 73 104 31
Binary 1101101 1101011 10101 0 10 1010001 111001 111011 1000100 11001

Color Harmonies of #6D6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6B15

Black with #6D6B15

Text Example


Text Example

White with #6D6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,107,21); }

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

background-color css

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

 a { background-color: rgb(109,107,21); }

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

border-color css

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

 span { border-color: rgb(109,107,21); }

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