Html Css Color HEX #766630 Himalaya

📋 copy color: '#766630'

red 118 ◦ green 102 ◦ blue 48

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

Shades of Himalaya #766630

Tints of Himalaya #766630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 44.03%
G = 38.06%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766630 (or 0x766630) is known color: Himalaya. HEX triplet: 76, 66 and 30. RGB value is (118,102,48). Sum of RGB (Red+Green+Blue) = 118+102+48=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766630 is #8999CF. Grayscale: #646464. Windows color (decimal): -9017808 or 3171958. OLE color: 3171958.

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

Color convert

RGB 118 102 48 -
CMYK 0 0.14 0.59 0.54
HSL 46.29º 0.42% 0.33% -
HSV(B) 46.29º 0.59% 0.46% -
XYZ 12.76 13.57 4.74 -
YUV 100.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 118 102 48 0 0.14 0.59 0.54 46.29 0.42 0.33
Hex 76 66 30 0 E 3B 36 2E 2A 21
Octal 166 146 60 0 16 73 66 56 52 41
Binary 1110110 1100110 110000 0 1110 111011 110110 101110 101010 100001

Color Harmonies of #766630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766630

Black with #766630

Text Example


Text Example

White with #766630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766630; }

 p { color: rgb(118,102,48); }

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

background-color css

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

 a { background-color: rgb(118,102,48); }

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

border-color css

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

 span { border-color: rgb(118,102,48); }

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