#6F6A2A

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

Shades of Olivetone #6F6A2A

Tints of Olivetone #6F6A2A

Color information

#6F6A2A (or 0x6F6A2A) is unknown color: approx Olivetone. HEX triplet: 6F, 6A and 2A. RGB value is (111,106,42). Sum of RGB (Red+Green+Blue) = 111+106+42=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A2A is #9095D5. Grayscale: #646464. Windows color (decimal): -9475542 or 2779759. OLE color: 2779759.

HSL color Cylindrical-coordinate representation of color #6F6A2A: hue angle of 55.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F6A2A is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB11110642-
CMYK00.050.620.56
HSL55.65º45.1%30%-
HSV(B)55.65º62.16%43.53%-
XYZ12.1313.854.23-
YUV100.295.16135.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 106 (41.80% from 255) = 40.93%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=42.86%
G=40.93%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111064200.050.620.5655.6545.130
Hex6F6A2A053E38382d1e
Octal15715252057670705536
Binary11011111101010101010010111111011100011100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,42); }

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

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

 a { background-color: rgb(111,106,42); }

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

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

 span { border-color: rgb(111,106,42); }

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