#6F651B

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

Shades of Olivetone #6F651B

Tints of Olivetone #6F651B

Color information

#6F651B (or 0x6F651B) is unknown color: approx Olivetone. HEX triplet: 6F, 65 and 1B. RGB value is (111,101,27). Sum of RGB (Red+Green+Blue) = 111+101+27=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F651B is #909AE4. Grayscale: #5F5F5F. Windows color (decimal): -9476837 or 1795439. OLE color: 1795439.

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

Color convert

RGB11110127-
CMYK00.090.760.56
HSL52.86º60.87%27.06%-
HSV(B)52.86º75.68%43.53%-
XYZ11.4112.772.9-
YUV95.5589.31139.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=46.44%
G=42.26%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111012700.090.760.5652.8660.8727.06
Hex6F651B094C38353d1b
Octal1571453301111470657533
Binary110111111001011101101001100110011100011010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,27); }

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

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

 a { background-color: rgb(111,101,27); }

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

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

 span { border-color: rgb(111,101,27); }

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