Html Css Color HEX #706326 Himalaya

📋 copy color: '#706326'

red 112 ◦ green 99 ◦ blue 38

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

Shades of Himalaya #706326

Tints of Himalaya #706326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 44.98%
G = 39.76%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#706326 (or 0x706326) is known color: Himalaya. HEX triplet: 70, 63 and 26. RGB value is (112,99,38). Sum of RGB (Red+Green+Blue) = 112+99+38=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706326 is #8F9CD9. Grayscale: #606060. Windows color (decimal): -9411802 or 2515824. OLE color: 2515824.

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

Color convert

RGB 112 99 38 -
CMYK 0 0.12 0.66 0.56
HSL 49.46º 0.49% 0.29% -
HSV(B) 49.46º 0.66% 0.44% -
XYZ 11.49 12.51 3.64 -
YUV 95.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 112 99 38 0 0.12 0.66 0.56 49.46 0.49 0.29
Hex 70 63 26 0 C 42 38 31 31 1D
Octal 160 143 46 0 14 102 70 61 61 35
Binary 1110000 1100011 100110 0 1100 1000010 111000 110001 110001 11101

Color Harmonies of #706326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706326

Black with #706326

Text Example


Text Example

White with #706326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706326; }

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

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

background-color css

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

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

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

border-color css

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

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

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