Html Css Color HEX #70631C Olivetone

📋 copy color: '#70631C'

red 112 ◦ green 99 ◦ blue 28

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

Shades of Olivetone #70631C

Tints of Olivetone #70631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 46.86%
G = 41.42%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70631C (or 0x70631C) is known color: Olivetone. HEX triplet: 70, 63 and 1C. RGB value is (112,99,28). Sum of RGB (Red+Green+Blue) = 112+99+28=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70631C is #8F9CE3. Grayscale: #5F5F5F. Windows color (decimal): -9411812 or 1860464. OLE color: 1860464.

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

Color convert

RGB 112 99 28 -
CMYK 0 0.12 0.75 0.56
HSL 50.71º 0.6% 0.27% -
HSV(B) 50.71º 0.75% 0.44% -
XYZ 11.35 12.45 2.9 -
YUV 94.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 112 99 28 0 0.12 0.75 0.56 50.71 0.6 0.27
Hex 70 63 1C 0 C 4B 38 33 3C 1B
Octal 160 143 34 0 14 113 70 63 74 33
Binary 1110000 1100011 11100 0 1100 1001011 111000 110011 111100 11011

Color Harmonies of #70631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70631C

Black with #70631C

Text Example


Text Example

White with #70631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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