#6F670F

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

Shades of Olivetone #6F670F

Tints of Olivetone #6F670F

Color information

#6F670F (or 0x6F670F) is unknown color: approx Olivetone. HEX triplet: 6F, 67 and 0F. RGB value is (111,103,15). Sum of RGB (Red+Green+Blue) = 111+103+15=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F670F is #9098F0. Grayscale: #5F5F5F. Windows color (decimal): -9476337 or 1009519. OLE color: 1009519.

HSL color Cylindrical-coordinate representation of color #6F670F: hue angle of 55º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F670F is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB11110315-
CMYK00.070.860.56
HSL55º76.19%24.71%-
HSV(B)55º86.49%43.53%-
XYZ11.4913.112.38-
YUV95.3682.65139.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=48.47%
G=44.98%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111031500.070.860.565576.1924.71
Hex6F67F075638374c19
Octal1571471707126706711431
Binary11011111100111111101111010110111000110111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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