Html Css Color HEX #70641D Olivetone

📋 copy color: '#70641D'

red 112 ◦ green 100 ◦ blue 29

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

Shades of Olivetone #70641D

Tints of Olivetone #70641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 46.47%
G = 41.49%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70641D (or 0x70641D) is known color: Olivetone. HEX triplet: 70, 64 and 1D. RGB value is (112,100,29). Sum of RGB (Red+Green+Blue) = 112+100+29=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70641D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70641D is #8F9BE2. Grayscale: #5F5F5F. Windows color (decimal): -9411555 or 1926256. OLE color: 1926256.

HSL color Cylindrical-coordinate representation of color #70641D: hue angle of 51.33º 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 #70641D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 29 -
CMYK 0 0.11 0.74 0.56
HSL 51.33º 0.59% 0.28% -
HSV(B) 51.33º 0.74% 0.44% -
XYZ 11.46 12.65 3 -
YUV 95.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 112 100 29 0 0.11 0.74 0.56 51.33 0.59 0.28
Hex 70 64 1D 0 B 4A 38 33 3B 1C
Octal 160 144 35 0 13 112 70 63 73 34
Binary 1110000 1100100 11101 0 1011 1001010 111000 110011 111011 11100

Color Harmonies of #70641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70641D

Black with #70641D

Text Example


Text Example

White with #70641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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