Html Css Color HEX #706636 Himalaya

📋 copy color: '#706636'

red 112 ◦ green 102 ◦ blue 54

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

Shades of Himalaya #706636

Tints of Himalaya #706636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

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

R = 41.79%
G = 38.06%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706636 (or 0x706636) is known color: Himalaya. HEX triplet: 70, 66 and 36. RGB value is (112,102,54). Sum of RGB (Red+Green+Blue) = 112+102+54=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706636 is #8F99C9. Grayscale: #636363. Windows color (decimal): -9411018 or 3565168. OLE color: 3565168.

HSL color Cylindrical-coordinate representation of color #706636: hue angle of 49.66º 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 #706636 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 54 -
CMYK 0 0.09 0.52 0.56
HSL 49.66º 0.35% 0.33% -
HSV(B) 49.66º 0.52% 0.44% -
XYZ 12.1 13.21 5.4 -
YUV 99.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 112 102 54 0 0.09 0.52 0.56 49.66 0.35 0.33
Hex 70 66 36 0 9 34 38 32 23 21
Octal 160 146 66 0 11 64 70 62 43 41
Binary 1110000 1100110 110110 0 1001 110100 111000 110010 100011 100001

Color Harmonies of #706636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706636

Black with #706636

Text Example


Text Example

White with #706636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706636; }

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

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

background-color css

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

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

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

border-color css

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

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

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