Html Css Color HEX #766542 Yellow Metal

📋 copy color: '#766542'

red 118 ◦ green 101 ◦ blue 66

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

Shades of Yellow Metal #766542

Tints of Yellow Metal #766542

RGB

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

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

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

R = 41.4%
G = 35.44%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766542 (or 0x766542) is known color: Yellow Metal. HEX triplet: 76, 65 and 42. RGB value is (118,101,66). Sum of RGB (Red+Green+Blue) = 118+101+66=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766542 is #899ABD. Grayscale: #666666. Windows color (decimal): -9018046 or 4351350. OLE color: 4351350.

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

Color convert

RGB 118 101 66 -
CMYK 0 0.14 0.44 0.54
HSL 40.38º 0.28% 0.36% -
HSV(B) 40.38º 0.44% 0.46% -
XYZ 13.11 13.55 7.08 -
YUV 102.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 118 101 66 0 0.14 0.44 0.54 40.38 0.28 0.36
Hex 76 65 42 0 E 2C 36 28 1C 24
Octal 166 145 102 0 16 54 66 50 34 44
Binary 1110110 1100101 1000010 0 1110 101100 110110 101000 11100 100100

Color Harmonies of #766542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766542

Black with #766542

Text Example


Text Example

White with #766542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766542; }

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

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

background-color css

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

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

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

border-color css

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

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

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