Html Css Color HEX #6F6B14 Olivetone

📋 copy color: '#6F6B14'

red 111 ◦ green 107 ◦ blue 20

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

Shades of Olivetone #6F6B14

Tints of Olivetone #6F6B14

RGB

 RED value IS 111 (43.75% from 255) = 46.64%

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

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 46.64%
G = 44.96%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F6B14 (or 0x6F6B14) is known color: Olivetone. HEX triplet: 6F, 6B and 14. RGB value is (111,107,20). Sum of RGB (Red+Green+Blue) = 111+107+20=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6B14 is #9094EB. Grayscale: #626262. Windows color (decimal): -9475308 or 1338223. OLE color: 1338223.

HSL color Cylindrical-coordinate representation of color #6F6B14: hue angle of 57.36º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F6B14 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 20 -
CMYK 0 0.04 0.82 0.56
HSL 57.36º 0.69% 0.26% -
HSV(B) 57.36º 0.82% 0.44% -
XYZ 11.94 13.95 2.72 -
YUV 98.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 111 107 20 0 0.04 0.82 0.56 57.36 0.69 0.26
Hex 6F 6B 14 0 4 52 38 39 45 1A
Octal 157 153 24 0 4 122 70 71 105 32
Binary 1101111 1101011 10100 0 100 1010010 111000 111001 1000101 11010

Color Harmonies of #6F6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B14

Black with #6F6B14

Text Example


Text Example

White with #6F6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,107,20); }

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

background-color css

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

 a { background-color: rgb(111,107,20); }

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

border-color css

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

 span { border-color: rgb(111,107,20); }

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