#6F6C2D

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

Shades of Olivetone #6F6C2D

Tints of Olivetone #6F6C2D

Color information

#6F6C2D (or 0x6F6C2D) is unknown color: approx Olivetone. HEX triplet: 6F, 6C and 2D. RGB value is (111,108,45). Sum of RGB (Red+Green+Blue) = 111+108+45=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C2D is #9093D2. Grayscale: #656565. Windows color (decimal): -9475027 or 2976879. OLE color: 2976879.

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

Color convert

RGB11110845-
CMYK00.030.590.56
HSL57.27º42.31%30.59%-
HSV(B)57.27º59.46%43.53%-
XYZ12.3914.294.59-
YUV101.7195.99134.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=42.05%
G=40.91%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111084500.030.590.5657.2742.3130.59
Hex6F6C2D033B38392a1f
Octal15715455037370715237
Binary1101111110110010110101111101111100011100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,108,45); }

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

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

 a { background-color: rgb(111,108,45); }

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

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

 span { border-color: rgb(111,108,45); }

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