Html Css Color HEX #70631B Olivetone

📋 copy color: '#70631B'

red 112 ◦ green 99 ◦ blue 27

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

Shades of Olivetone #70631B

Tints of Olivetone #70631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 47.06%
G = 41.6%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70631B (or 0x70631B) is known color: Olivetone. HEX triplet: 70, 63 and 1B. RGB value is (112,99,27). Sum of RGB (Red+Green+Blue) = 112+99+27=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631B is #8F9CE4. Grayscale: #5E5E5E. Windows color (decimal): -9411813 or 1794928. OLE color: 1794928.

HSL color Cylindrical-coordinate representation of color #70631B: hue angle of 50.82º 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 #70631B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 27 -
CMYK 0 0.12 0.76 0.56
HSL 50.82º 0.61% 0.27% -
HSV(B) 50.82º 0.76% 0.44% -
XYZ 11.34 12.45 2.84 -
YUV 94.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 112 99 27 0 0.12 0.76 0.56 50.82 0.61 0.27
Hex 70 63 1B 0 C 4C 38 33 3D 1B
Octal 160 143 33 0 14 114 70 63 75 33
Binary 1110000 1100011 11011 0 1100 1001100 111000 110011 111101 11011

Color Harmonies of #70631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70631B

Black with #70631B

Text Example


Text Example

White with #70631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70631B; }

 p { color: rgb(112,99,27); }

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

background-color css

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

 a { background-color: rgb(112,99,27); }

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

border-color css

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

 span { border-color: rgb(112,99,27); }

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