#6F670B

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

Shades of Olivetone #6F670B

Tints of Olivetone #6F670B

Color information

#6F670B (or 0x6F670B) is unknown color: approx Olivetone. HEX triplet: 6F, 67 and 0B. RGB value is (111,103,11). Sum of RGB (Red+Green+Blue) = 111+103+11=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F670B is #9098F4. Grayscale: #5F5F5F. Windows color (decimal): -9476341 or 747375. OLE color: 747375.

HSL color Cylindrical-coordinate representation of color #6F670B: hue angle of 55.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F670B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB11110311-
CMYK00.070.900.56
HSL55.2º81.97%23.92%-
HSV(B)55.2º90.09%43.53%-
XYZ11.4713.12.24-
YUV94.980.65139.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=49.33%
G=45.78%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111031100.070.900.5655.281.9723.92
Hex6F67B075A38375218
Octal1571471307132706712230
Binary11011111100111101101111011010111000110111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F670B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,11); }

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

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

 a { background-color: rgb(111,103,11); }

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

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

 span { border-color: rgb(111,103,11); }

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