Html Css Color HEX #766333 Himalaya

📋 copy color: '#766333'

red 118 ◦ green 99 ◦ blue 51

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

Shades of Himalaya #766333

Tints of Himalaya #766333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 44.03%
G = 36.94%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#766333 (or 0x766333) is known color: Himalaya. HEX triplet: 76, 63 and 33. RGB value is (118,99,51). Sum of RGB (Red+Green+Blue) = 118+99+51=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766333 is #899CCC. Grayscale: #636363. Windows color (decimal): -9018573 or 3367798. OLE color: 3367798.

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

Color convert

RGB 118 99 51 -
CMYK 0 0.16 0.57 0.54
HSL 42.99º 0.4% 0.33% -
HSV(B) 42.99º 0.57% 0.46% -
XYZ 12.53 13.01 4.98 -
YUV 99.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 118 99 51 0 0.16 0.57 0.54 42.99 0.4 0.33
Hex 76 63 33 0 10 39 36 2B 28 21
Octal 166 143 63 0 20 71 66 53 50 41
Binary 1110110 1100011 110011 0 10000 111001 110110 101011 101000 100001

Color Harmonies of #766333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766333

Black with #766333

Text Example


Text Example

White with #766333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766333; }

 p { color: rgb(118,99,51); }

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

background-color css

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

 a { background-color: rgb(118,99,51); }

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

border-color css

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

 span { border-color: rgb(118,99,51); }

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