Html Css Color HEX #706635 Himalaya

📋 copy color: '#706635'

red 112 ◦ green 102 ◦ blue 53

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

Shades of Himalaya #706635

Tints of Himalaya #706635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 41.95%
G = 38.2%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#706635 (or 0x706635) is known color: Himalaya. HEX triplet: 70, 66 and 35. RGB value is (112,102,53). Sum of RGB (Red+Green+Blue) = 112+102+53=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706635 is #8F99CA. Grayscale: #636363. Windows color (decimal): -9411019 or 3499632. OLE color: 3499632.

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

Color convert

RGB 112 102 53 -
CMYK 0 0.09 0.53 0.56
HSL 49.83º 0.36% 0.32% -
HSV(B) 49.83º 0.53% 0.44% -
XYZ 12.08 13.2 5.28 -
YUV 99.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 112 102 53 0 0.09 0.53 0.56 49.83 0.36 0.32
Hex 70 66 35 0 9 35 38 32 24 20
Octal 160 146 65 0 11 65 70 62 44 40
Binary 1110000 1100110 110101 0 1001 110101 111000 110010 100100 100000

Color Harmonies of #706635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706635

Black with #706635

Text Example


Text Example

White with #706635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706635; }

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

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

background-color css

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

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

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

border-color css

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

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

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