Html Css Color HEX #766242 Yellow Metal

📋 copy color: '#766242'

red 118 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #766242

Tints of Yellow Metal #766242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 41.84%
G = 34.75%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766242 (or 0x766242) is known color: Yellow Metal. HEX triplet: 76, 62 and 42. RGB value is (118,98,66). Sum of RGB (Red+Green+Blue) = 118+98+66=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766242 is #899DBD. Grayscale: #646464. Windows color (decimal): -9018814 or 4350582. OLE color: 4350582.

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

Color convert

RGB 118 98 66 -
CMYK 0 0.17 0.44 0.54
HSL 36.92º 0.28% 0.36% -
HSV(B) 36.92º 0.44% 0.46% -
XYZ 12.82 12.98 6.98 -
YUV 100.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 118 98 66 0 0.17 0.44 0.54 36.92 0.28 0.36
Hex 76 62 42 0 11 2C 36 25 1C 24
Octal 166 142 102 0 21 54 66 45 34 44
Binary 1110110 1100010 1000010 0 10001 101100 110110 100101 11100 100100

Color Harmonies of #766242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766242

Black with #766242

Text Example


Text Example

White with #766242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766242; }

 p { color: rgb(118,98,66); }

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

background-color css

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

 a { background-color: rgb(118,98,66); }

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

border-color css

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

 span { border-color: rgb(118,98,66); }

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