Html Css Color HEX #706625 Olivetone

📋 copy color: '#706625'

red 112 ◦ green 102 ◦ blue 37

#706625
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #706625

Tints of Olivetone #706625

RGB

 RED value IS 112 (44.14% from 255) = 44.62%

 GREEN value IS 102 (40.23% from 255) = 40.64%

 BLUE value IS 37 (14.84% from 255) = 14.74%

R = 44.62%
G = 40.64%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#706625 (or 0x706625) is known color: Olivetone. HEX triplet: 70, 66 and 25. RGB value is (112,102,37). Sum of RGB (Red+Green+Blue) = 112+102+37=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706625 is #8F99DA. Grayscale: #616161. Windows color (decimal): -9411035 or 2451056. OLE color: 2451056.

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

Color convert

RGB 112 102 37 -
CMYK 0 0.09 0.67 0.56
HSL 52º 0.5% 0.29% -
HSV(B) 52º 0.67% 0.44% -
XYZ 11.77 13.08 3.65 -
YUV 97.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 112 102 37 0 0.09 0.67 0.56 52 0.5 0.29
Hex 70 66 25 0 9 43 38 34 32 1D
Octal 160 146 45 0 11 103 70 64 62 35
Binary 1110000 1100110 100101 0 1001 1000011 111000 110100 110010 11101

Color Harmonies of #706625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706625

Black with #706625

Text Example


Text Example

White with #706625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706625; }

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

 H1.HeaderClassName
 {
   color: #706625;
 }
 .AnyTagClassName
 {
   color: #706625;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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