Html Css Color HEX #706628 Himalaya

📋 copy color: '#706628'

red 112 ◦ green 102 ◦ blue 40

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

Shades of Himalaya #706628

Tints of Himalaya #706628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 44.09%
G = 40.16%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#706628 (or 0x706628) is known color: Himalaya. HEX triplet: 70, 66 and 28. RGB value is (112,102,40). Sum of RGB (Red+Green+Blue) = 112+102+40=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706628 is #8F99D7. Grayscale: #626262. Windows color (decimal): -9411032 or 2647664. OLE color: 2647664.

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

Color convert

RGB 112 102 40 -
CMYK 0 0.09 0.64 0.56
HSL 51.67º 0.47% 0.3% -
HSV(B) 51.67º 0.64% 0.44% -
XYZ 11.82 13.1 3.91 -
YUV 97.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 112 102 40 0 0.09 0.64 0.56 51.67 0.47 0.3
Hex 70 66 28 0 9 40 38 34 2F 1E
Octal 160 146 50 0 11 100 70 64 57 36
Binary 1110000 1100110 101000 0 1001 1000000 111000 110100 101111 11110

Color Harmonies of #706628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706628

Black with #706628

Text Example


Text Example

White with #706628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706628; }

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

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

background-color css

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

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

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

border-color css

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

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

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