Html Css Color HEX #766628 Himalaya

📋 copy color: '#766628'

red 118 ◦ green 102 ◦ blue 40

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

Shades of Himalaya #766628

Tints of Himalaya #766628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 45.38%
G = 39.23%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#766628 (or 0x766628) is known color: Himalaya. HEX triplet: 76, 66 and 28. RGB value is (118,102,40). Sum of RGB (Red+Green+Blue) = 118+102+40=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766628 is #8999D7. Grayscale: #636363. Windows color (decimal): -9017816 or 2647670. OLE color: 2647670.

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

Color convert

RGB 118 102 40 -
CMYK 0 0.14 0.66 0.54
HSL 47.69º 0.49% 0.31% -
HSV(B) 47.69º 0.66% 0.46% -
XYZ 12.61 13.51 3.95 -
YUV 99.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 118 102 40 0 0.14 0.66 0.54 47.69 0.49 0.31
Hex 76 66 28 0 E 42 36 30 31 1F
Octal 166 146 50 0 16 102 66 60 61 37
Binary 1110110 1100110 101000 0 1110 1000010 110110 110000 110001 11111

Color Harmonies of #766628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766628

Black with #766628

Text Example


Text Example

White with #766628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766628; }

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

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

background-color css

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

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

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

border-color css

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

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

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