Html Css Color HEX #706324 Himalaya

📋 copy color: '#706324'

red 112 ◦ green 99 ◦ blue 36

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

Shades of Himalaya #706324

Tints of Himalaya #706324

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 45.34%
G = 40.08%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#706324 (or 0x706324) is known color: Himalaya. HEX triplet: 70, 63 and 24. RGB value is (112,99,36). Sum of RGB (Red+Green+Blue) = 112+99+36=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706324 is #8F9CDB. Grayscale: #5F5F5F. Windows color (decimal): -9411804 or 2384752. OLE color: 2384752.

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

Color convert

RGB 112 99 36 -
CMYK 0 0.12 0.68 0.56
HSL 49.74º 0.51% 0.29% -
HSV(B) 49.74º 0.68% 0.44% -
XYZ 11.46 12.5 3.48 -
YUV 95.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 112 99 36 0 0.12 0.68 0.56 49.74 0.51 0.29
Hex 70 63 24 0 C 44 38 32 33 1D
Octal 160 143 44 0 14 104 70 62 63 35
Binary 1110000 1100011 100100 0 1100 1000100 111000 110010 110011 11101

Color Harmonies of #706324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706324

Black with #706324

Text Example


Text Example

White with #706324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706324; }

 p { color: rgb(112,99,36); }

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

background-color css

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

 a { background-color: rgb(112,99,36); }

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

border-color css

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

 span { border-color: rgb(112,99,36); }

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