Html Css Color HEX #70631D Olivetone

📋 copy color: '#70631D'

red 112 ◦ green 99 ◦ blue 29

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

Shades of Olivetone #70631D

Tints of Olivetone #70631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 46.67%
G = 41.25%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70631D (or 0x70631D) is known color: Olivetone. HEX triplet: 70, 63 and 1D. RGB value is (112,99,29). Sum of RGB (Red+Green+Blue) = 112+99+29=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631D is #8F9CE2. Grayscale: #5F5F5F. Windows color (decimal): -9411811 or 1926000. OLE color: 1926000.

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

Color convert

RGB 112 99 29 -
CMYK 0 0.12 0.74 0.56
HSL 50.6º 0.59% 0.28% -
HSV(B) 50.6º 0.74% 0.44% -
XYZ 11.37 12.46 2.97 -
YUV 94.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 112 99 29 0 0.12 0.74 0.56 50.6 0.59 0.28
Hex 70 63 1D 0 C 4A 38 33 3B 1C
Octal 160 143 35 0 14 112 70 63 73 34
Binary 1110000 1100011 11101 0 1100 1001010 111000 110011 111011 11100

Color Harmonies of #70631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70631D

Black with #70631D

Text Example


Text Example

White with #70631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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