#6F6B1D

Color #6F6B1D Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #6F6B1D

Tints of Olivetone #6F6B1D

Color information

#6F6B1D (or 0x6F6B1D) is unknown color: approx Olivetone. HEX triplet: 6F, 6B and 1D. RGB value is (111,107,29). Sum of RGB (Red+Green+Blue) = 111+107+29=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B1D is #9094E2. Grayscale: #636363. Windows color (decimal): -9475299 or 1928047. OLE color: 1928047.

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

Color convert

RGB11110729-
CMYK00.040.740.56
HSL57.07º58.57%27.45%-
HSV(B)57.07º73.87%43.53%-
XYZ12.0413.983.23-
YUV99.388.33136.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 29 (11.72% from 255) = 11.74%
R=44.94%
G=43.32%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111072900.040.740.5657.0758.5727.45
Hex6F6B1D044A38393b1b
Octal157153350411270717333
Binary11011111101011111010100100101011100011100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F6B1D;
 }
 .AnyTagClassName
 {
   color: #6F6B1D;
 }
</style>
background-color css

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

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

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

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

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

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