Html Css Color HEX #766435 Himalaya

📋 copy color: '#766435'

red 118 ◦ green 100 ◦ blue 53

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

Shades of Himalaya #766435

Tints of Himalaya #766435

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

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

R = 43.54%
G = 36.9%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#766435 (or 0x766435) is known color: Himalaya. HEX triplet: 76, 64 and 35. RGB value is (118,100,53). Sum of RGB (Red+Green+Blue) = 118+100+53=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766435 is #899BCA. Grayscale: #646464. Windows color (decimal): -9018315 or 3499126. OLE color: 3499126.

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

Color convert

RGB 118 100 53 -
CMYK 0 0.15 0.55 0.54
HSL 43.38º 0.38% 0.34% -
HSV(B) 43.38º 0.55% 0.46% -
XYZ 12.67 13.22 5.25 -
YUV 100.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 118 100 53 0 0.15 0.55 0.54 43.38 0.38 0.34
Hex 76 64 35 0 F 37 36 2B 26 22
Octal 166 144 65 0 17 67 66 53 46 42
Binary 1110110 1100100 110101 0 1111 110111 110110 101011 100110 100010

Color Harmonies of #766435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766435

Black with #766435

Text Example


Text Example

White with #766435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766435; }

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

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

background-color css

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

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

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

border-color css

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

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

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