Html Css Color HEX #766224 Himalaya

📋 copy color: '#766224'

red 118 ◦ green 98 ◦ blue 36

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

Shades of Himalaya #766224

Tints of Himalaya #766224

RGB

 RED value IS 118 (46.48% from 255) = 46.83%

 GREEN value IS 98 (38.67% from 255) = 38.89%

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

R = 46.83%
G = 38.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766224 (or 0x766224) is known color: Himalaya. HEX triplet: 76, 62 and 24. RGB value is (118,98,36). Sum of RGB (Red+Green+Blue) = 118+98+36=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766224 is #899DDB. Grayscale: #616161. Windows color (decimal): -9018844 or 2384502. OLE color: 2384502.

HSL color Cylindrical-coordinate representation of color #766224: hue angle of 45.37º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766224 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 36 -
CMYK 0 0.17 0.69 0.54
HSL 45.37º 0.53% 0.3% -
HSV(B) 45.37º 0.69% 0.46% -
XYZ 12.16 12.71 3.48 -
YUV 96.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 118 98 36 0 0.17 0.69 0.54 45.37 0.53 0.3
Hex 76 62 24 0 11 45 36 2D 35 1E
Octal 166 142 44 0 21 105 66 55 65 36
Binary 1110110 1100010 100100 0 10001 1000101 110110 101101 110101 11110

Color Harmonies of #766224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766224

Black with #766224

Text Example


Text Example

White with #766224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766224; }

 p { color: rgb(118,98,36); }

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

background-color css

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

 a { background-color: rgb(118,98,36); }

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

border-color css

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

 span { border-color: rgb(118,98,36); }

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