Html Css Color HEX #706633 Himalaya

📋 copy color: '#706633'

red 112 ◦ green 102 ◦ blue 51

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

Shades of Himalaya #706633

Tints of Himalaya #706633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 42.26%
G = 38.49%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#706633 (or 0x706633) is known color: Himalaya. HEX triplet: 70, 66 and 33. RGB value is (112,102,51). Sum of RGB (Red+Green+Blue) = 112+102+51=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706633 is #8F99CC. Grayscale: #636363. Windows color (decimal): -9411021 or 3368560. OLE color: 3368560.

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

Color convert

RGB 112 102 51 -
CMYK 0 0.09 0.54 0.56
HSL 50.16º 0.37% 0.32% -
HSV(B) 50.16º 0.54% 0.44% -
XYZ 12.03 13.19 5.04 -
YUV 99.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 112 102 51 0 0.09 0.54 0.56 50.16 0.37 0.32
Hex 70 66 33 0 9 36 38 32 25 20
Octal 160 146 63 0 11 66 70 62 45 40
Binary 1110000 1100110 110011 0 1001 110110 111000 110010 100101 100000

Color Harmonies of #706633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706633

Black with #706633

Text Example


Text Example

White with #706633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706633; }

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

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

background-color css

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

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

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

border-color css

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

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

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