#70651C

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

Shades of Olivetone #70651C

Tints of Olivetone #70651C

Color information

#70651C (or 0x70651C) is unknown color: approx Olivetone. HEX triplet: 70, 65 and 1C. RGB value is (112,101,28). Sum of RGB (Red+Green+Blue) = 112+101+28=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70651C is #8F9AE3. Grayscale: #606060. Windows color (decimal): -9411300 or 1860976. OLE color: 1860976.

HSL color Cylindrical-coordinate representation of color #70651C: hue angle of 52.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70651C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB11210128-
CMYK00.100.750.56
HSL52.14º60%27.45%-
HSV(B)52.14º75%43.92%-
XYZ11.5512.842.97-
YUV95.9789.64139.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=46.47%
G=41.91%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121012800.100.750.5652.146027.45
Hex70651C0A4B38343c1b
Octal1601453401211370647433
Binary111000011001011110001010100101111100011010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70651C; }

 p { color: rgb(112,101,28); }

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

<style>
 a { background-color: #70651C; }

 a { background-color: rgb(112,101,28); }

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

<style>
 span { border-color: #70651C; }

 span { border-color: rgb(112,101,28); }

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