Html Css Color HEX #706638 Himalaya

📋 copy color: '#706638'

red 112 ◦ green 102 ◦ blue 56

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

Shades of Himalaya #706638

Tints of Himalaya #706638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 41.48%
G = 37.78%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#706638 (or 0x706638) is known color: Himalaya. HEX triplet: 70, 66 and 38. RGB value is (112,102,56). Sum of RGB (Red+Green+Blue) = 112+102+56=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #706638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706638 is #8F99C7. Grayscale: #636363. Windows color (decimal): -9411016 or 3696240. OLE color: 3696240.

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

Color convert

RGB 112 102 56 -
CMYK 0 0.09 0.50 0.56
HSL 49.29º 0.33% 0.33% -
HSV(B) 49.29º 0.5% 0.44% -
XYZ 12.15 13.23 5.66 -
YUV 99.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 112 102 56 0 0.09 0.50 0.56 49.29 0.33 0.33
Hex 70 66 38 0 9 32 38 31 21 21
Octal 160 146 70 0 11 62 70 61 41 41
Binary 1110000 1100110 111000 0 1001 110010 111000 110001 100001 100001

Color Harmonies of #706638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706638

Black with #706638

Text Example


Text Example

White with #706638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706638; }

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

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

background-color css

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

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

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

border-color css

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

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

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