Html Css Color HEX #70631E Olivetone

📋 copy color: '#70631E'

red 112 ◦ green 99 ◦ blue 30

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

Shades of Olivetone #70631E

Tints of Olivetone #70631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 46.47%
G = 41.08%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70631E (or 0x70631E) is known color: Olivetone. HEX triplet: 70, 63 and 1E. RGB value is (112,99,30). Sum of RGB (Red+Green+Blue) = 112+99+30=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631E is #8F9CE1. Grayscale: #5F5F5F. Windows color (decimal): -9411810 or 1991536. OLE color: 1991536.

HSL color Cylindrical-coordinate representation of color #70631E: hue angle of 50.49º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70631E is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 30 -
CMYK 0 0.12 0.73 0.56
HSL 50.49º 0.58% 0.28% -
HSV(B) 50.49º 0.73% 0.44% -
XYZ 11.38 12.46 3.03 -
YUV 95.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 112 99 30 0 0.12 0.73 0.56 50.49 0.58 0.28
Hex 70 63 1E 0 C 49 38 32 3A 1C
Octal 160 143 36 0 14 111 70 62 72 34
Binary 1110000 1100011 11110 0 1100 1001001 111000 110010 111010 11100

Color Harmonies of #70631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70631E

Black with #70631E

Text Example


Text Example

White with #70631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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