Html Css Color HEX #706537 Himalaya

📋 copy color: '#706537'

red 112 ◦ green 101 ◦ blue 55

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

Shades of Himalaya #706537

Tints of Himalaya #706537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 41.79%
G = 37.69%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#706537 (or 0x706537) is known color: Himalaya. HEX triplet: 70, 65 and 37. RGB value is (112,101,55). Sum of RGB (Red+Green+Blue) = 112+101+55=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706537 is #8F9AC8. Grayscale: #636363. Windows color (decimal): -9411273 or 3630448. OLE color: 3630448.

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

Color convert

RGB 112 101 55 -
CMYK 0 0.10 0.51 0.56
HSL 48.42º 0.34% 0.33% -
HSV(B) 48.42º 0.51% 0.44% -
XYZ 12.03 13.03 5.5 -
YUV 99.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 112 101 55 0 0.10 0.51 0.56 48.42 0.34 0.33
Hex 70 65 37 0 A 33 38 30 22 21
Octal 160 145 67 0 12 63 70 60 42 41
Binary 1110000 1100101 110111 0 1010 110011 111000 110000 100010 100001

Color Harmonies of #706537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706537

Black with #706537

Text Example


Text Example

White with #706537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706537; }

 p { color: rgb(112,101,55); }

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

background-color css

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

 a { background-color: rgb(112,101,55); }

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

border-color css

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

 span { border-color: rgb(112,101,55); }

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