#70661C

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

Shades of Olivetone #70661C

Tints of Olivetone #70661C

Color information

#70661C (or 0x70661C) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 1C. RGB value is (112,102,28). Sum of RGB (Red+Green+Blue) = 112+102+28=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70661C is #8F99E3. Grayscale: #606060. Windows color (decimal): -9411044 or 1861232. OLE color: 1861232.

HSL color Cylindrical-coordinate representation of color #70661C: hue angle of 52.86º 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 #70661C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB11210228-
CMYK00.090.750.56
HSL52.86º60%27.45%-
HSV(B)52.86º75%43.92%-
XYZ11.6413.033-
YUV96.5589.31139.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=46.28%
G=42.15%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121022800.090.750.5652.866027.45
Hex70661C094B38353c1b
Octal1601463401111370657433
Binary111000011001101110001001100101111100011010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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