Html Css Color HEX #766635 Himalaya

📋 copy color: '#766635'

red 118 ◦ green 102 ◦ blue 53

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

Shades of Himalaya #766635

Tints of Himalaya #766635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 43.22%
G = 37.36%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#766635 (or 0x766635) is known color: Himalaya. HEX triplet: 76, 66 and 35. RGB value is (118,102,53). Sum of RGB (Red+Green+Blue) = 118+102+53=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766635 is #8999CA. Grayscale: #656565. Windows color (decimal): -9017803 or 3499638. OLE color: 3499638.

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

Color convert

RGB 118 102 53 -
CMYK 0 0.14 0.55 0.54
HSL 45.23º 0.38% 0.34% -
HSV(B) 45.23º 0.55% 0.46% -
XYZ 12.87 13.61 5.32 -
YUV 101.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 118 102 53 0 0.14 0.55 0.54 45.23 0.38 0.34
Hex 76 66 35 0 E 37 36 2D 26 22
Octal 166 146 65 0 16 67 66 55 46 42
Binary 1110110 1100110 110101 0 1110 110111 110110 101101 100110 100010

Color Harmonies of #766635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766635

Black with #766635

Text Example


Text Example

White with #766635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766635; }

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

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

background-color css

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

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

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

border-color css

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

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

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