#7D6C33

Color #7D6C33 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #7D6C33

Tints of Himalaya #7D6C33

Color information

#7D6C33 (or 0x7D6C33) is unknown color: approx Himalaya. HEX triplet: 7D, 6C and 33. RGB value is (125,108,51). Sum of RGB (Red+Green+Blue) = 125+108+51=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C33 is #8293CC. Grayscale: #6A6A6A. Windows color (decimal): -8557517 or 3370109. OLE color: 3370109.

HSL color Cylindrical-coordinate representation of color #7D6C33: hue angle of 46.22º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D6C33 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB12510851-
CMYK00.140.590.51
HSL46.22º42.05%34.51%-
HSV(B)46.22º59.2%49.02%-
XYZ14.4215.325.33-
YUV106.5896.63141.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.01%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=44.01%
G=38.03%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251085100.140.590.5146.2242.0534.51
Hex7D6C330E3B332e2a23
Octal175154630167363565243
Binary1111101110110011001101110111011110011101110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6C33; }

 p { color: rgb(125,108,51); }

 H1.HeaderClassName
 {
   color: #7D6C33;
 }
 .AnyTagClassName
 {
   color: #7D6C33;
 }
</style>
background-color css

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

 a { background-color: rgb(125,108,51); }

 div.DivClassName
 {
   background-color: #7D6C33;
 }
 .BgClassName
 {
   background-color: #7D6C33;
 }
</style>
border-color css

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

 span { border-color: rgb(125,108,51); }

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