Html Css Color HEX #766337 Yellow Metal

📋 copy color: '#766337'

red 118 ◦ green 99 ◦ blue 55

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

Shades of Yellow Metal #766337

Tints of Yellow Metal #766337

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 55 (21.88% from 255) = 20.22%

R = 43.38%
G = 36.4%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766337 (or 0x766337) is known color: Yellow Metal. HEX triplet: 76, 63 and 37. RGB value is (118,99,55). Sum of RGB (Red+Green+Blue) = 118+99+55=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766337 is #899CC8. Grayscale: #636363. Windows color (decimal): -9018569 or 3629942. OLE color: 3629942.

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

Color convert

RGB 118 99 55 -
CMYK 0 0.16 0.53 0.54
HSL 41.9º 0.36% 0.34% -
HSV(B) 41.9º 0.53% 0.46% -
XYZ 12.62 13.05 5.47 -
YUV 99.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 118 99 55 0 0.16 0.53 0.54 41.9 0.36 0.34
Hex 76 63 37 0 10 35 36 2A 24 22
Octal 166 143 67 0 20 65 66 52 44 42
Binary 1110110 1100011 110111 0 10000 110101 110110 101010 100100 100010

Color Harmonies of #766337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766337

Black with #766337

Text Example


Text Example

White with #766337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766337; }

 p { color: rgb(118,99,55); }

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

background-color css

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

 a { background-color: rgb(118,99,55); }

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

border-color css

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

 span { border-color: rgb(118,99,55); }

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