#6F6C2F

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

Shades of Olivetone #6F6C2F

Tints of Olivetone #6F6C2F

Color information

#6F6C2F (or 0x6F6C2F) is unknown color: approx Olivetone. HEX triplet: 6F, 6C and 2F. RGB value is (111,108,47). Sum of RGB (Red+Green+Blue) = 111+108+47=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C2F is #9093D0. Grayscale: #666666. Windows color (decimal): -9475025 or 3107951. OLE color: 3107951.

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

Color convert

RGB11110847-
CMYK00.030.580.56
HSL57.19º40.51%30.98%-
HSV(B)57.19º57.66%43.53%-
XYZ12.4314.314.8-
YUV101.9496.99134.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=41.73%
G=40.60%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111084700.030.580.5657.1940.5130.98
Hex6F6C2F033A3839291f
Octal15715457037270715137
Binary1101111110110010111101111101011100011100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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