Html Css Color HEX #766434 Himalaya

📋 copy color: '#766434'

red 118 ◦ green 100 ◦ blue 52

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

Shades of Himalaya #766434

Tints of Himalaya #766434

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 43.7%
G = 37.04%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#766434 (or 0x766434) is known color: Himalaya. HEX triplet: 76, 64 and 34. RGB value is (118,100,52). Sum of RGB (Red+Green+Blue) = 118+100+52=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766434 is #899BCB. Grayscale: #646464. Windows color (decimal): -9018316 or 3433590. OLE color: 3433590.

HSL color Cylindrical-coordinate representation of color #766434: hue angle of 43.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766434 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 52 -
CMYK 0 0.15 0.56 0.54
HSL 43.64º 0.39% 0.33% -
HSV(B) 43.64º 0.56% 0.46% -
XYZ 12.65 13.21 5.13 -
YUV 99.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 118 100 52 0 0.15 0.56 0.54 43.64 0.39 0.33
Hex 76 64 34 0 F 38 36 2C 27 21
Octal 166 144 64 0 17 70 66 54 47 41
Binary 1110110 1100100 110100 0 1111 111000 110110 101100 100111 100001

Color Harmonies of #766434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766434

Black with #766434

Text Example


Text Example

White with #766434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766434; }

 p { color: rgb(118,100,52); }

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

background-color css

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

 a { background-color: rgb(118,100,52); }

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

border-color css

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

 span { border-color: rgb(118,100,52); }

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