Html Css Color HEX #766535 Himalaya

📋 copy color: '#766535'

red 118 ◦ green 101 ◦ blue 53

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

Shades of Himalaya #766535

Tints of Himalaya #766535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 43.38%
G = 37.13%
B = 19.49%

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

#766535 (or 0x766535) is known color: Himalaya. HEX triplet: 76, 65 and 35. RGB value is (118,101,53). Sum of RGB (Red+Green+Blue) = 118+101+53=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766535 is #899ACA. Grayscale: #646464. Windows color (decimal): -9018059 or 3499382. OLE color: 3499382.

HSL color Cylindrical-coordinate representation of color #766535: hue angle of 44.31º 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 #766535 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 53 -
CMYK 0 0.14 0.55 0.54
HSL 44.31º 0.38% 0.34% -
HSV(B) 44.31º 0.55% 0.46% -
XYZ 12.77 13.42 5.28 -
YUV 100.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 118 101 53 0 0.14 0.55 0.54 44.31 0.38 0.34
Hex 76 65 35 0 E 37 36 2C 26 22
Octal 166 145 65 0 16 67 66 54 46 42
Binary 1110110 1100101 110101 0 1110 110111 110110 101100 100110 100010

Color Harmonies of #766535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766535

Black with #766535

Text Example


Text Example

White with #766535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766535; }

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

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

background-color css

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

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

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

border-color css

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

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

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