#6F6B30

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

Shades of Olivetone #6F6B30

Tints of Olivetone #6F6B30

Color information

#6F6B30 (or 0x6F6B30) is unknown color: approx Olivetone. HEX triplet: 6F, 6B and 30. RGB value is (111,107,48). Sum of RGB (Red+Green+Blue) = 111+107+48=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6B30 is #9094CF. Grayscale: #656565. Windows color (decimal): -9475280 or 3173231. OLE color: 3173231.

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

Color convert

RGB11110748-
CMYK00.040.570.56
HSL56.19º39.62%31.18%-
HSV(B)56.19º56.76%43.53%-
XYZ12.3514.114.87-
YUV101.4797.83134.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=41.73%
G=40.23%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111074800.040.570.5656.1939.6231.18
Hex6F6B3004393838281f
Octal15715360047170705037
Binary11011111101011110000010011100111100011100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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