Html Css Color HEX #706736 Himalaya

📋 copy color: '#706736'

red 112 ◦ green 103 ◦ blue 54

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

Shades of Himalaya #706736

Tints of Himalaya #706736

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.29%

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 41.64%
G = 38.29%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706736 (or 0x706736) is known color: Himalaya. HEX triplet: 70, 67 and 36. RGB value is (112,103,54). Sum of RGB (Red+Green+Blue) = 112+103+54=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706736 is #8F98C9. Grayscale: #646464. Windows color (decimal): -9410762 or 3565424. OLE color: 3565424.

HSL color Cylindrical-coordinate representation of color #706736: hue angle of 50.69º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706736 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 54 -
CMYK 0 0.08 0.52 0.56
HSL 50.69º 0.35% 0.33% -
HSV(B) 50.69º 0.52% 0.44% -
XYZ 12.2 13.41 5.44 -
YUV 100.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 112 103 54 0 0.08 0.52 0.56 50.69 0.35 0.33
Hex 70 67 36 0 8 34 38 33 23 21
Octal 160 147 66 0 10 64 70 63 43 41
Binary 1110000 1100111 110110 0 1000 110100 111000 110011 100011 100001

Color Harmonies of #706736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706736

Black with #706736

Text Example


Text Example

White with #706736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706736; }

 p { color: rgb(112,103,54); }

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

background-color css

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

 a { background-color: rgb(112,103,54); }

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

border-color css

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

 span { border-color: rgb(112,103,54); }

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