#706623

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

Shades of Olivetone #706623

Tints of Olivetone #706623

Color information

#706623 (or 0x706623) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 23. RGB value is (112,102,35). Sum of RGB (Red+Green+Blue) = 112+102+35=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706623 is #8F99DC. Grayscale: #616161. Windows color (decimal): -9411037 or 2319984. OLE color: 2319984.

HSL color Cylindrical-coordinate representation of color #706623: hue angle of 52.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #706623 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB11210235-
CMYK00.090.690.56
HSL52.21º52.38%28.82%-
HSV(B)52.21º68.75%43.92%-
XYZ11.7413.073.49-
YUV97.3592.81138.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=44.98%
G=40.96%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023500.090.690.5652.2152.3828.82
Hex70662309453834341d
Octal1601464301110570646435
Binary1110000110011010001101001100010111100011010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706623; }

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

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

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

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

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

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

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

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