Html Css Color HEX #766043 Yellow Metal

📋 copy color: '#766043'

red 118 ◦ green 96 ◦ blue 67

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

Shades of Yellow Metal #766043

Tints of Yellow Metal #766043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 41.99%
G = 34.16%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#766043 (or 0x766043) is known color: Yellow Metal. HEX triplet: 76, 60 and 43. RGB value is (118,96,67). Sum of RGB (Red+Green+Blue) = 118+96+67=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766043 is #899FBC. Grayscale: #636363. Windows color (decimal): -9019325 or 4415606. OLE color: 4415606.

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

Color convert

RGB 118 96 67 -
CMYK 0 0.19 0.43 0.54
HSL 34.12º 0.28% 0.36% -
HSV(B) 34.12º 0.43% 0.46% -
XYZ 12.67 12.62 7.08 -
YUV 99.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 118 96 67 0 0.19 0.43 0.54 34.12 0.28 0.36
Hex 76 60 43 0 13 2B 36 22 1C 24
Octal 166 140 103 0 23 53 66 42 34 44
Binary 1110110 1100000 1000011 0 10011 101011 110110 100010 11100 100100

Color Harmonies of #766043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766043

Black with #766043

Text Example


Text Example

White with #766043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766043; }

 p { color: rgb(118,96,67); }

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

background-color css

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

 a { background-color: rgb(118,96,67); }

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

border-color css

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

 span { border-color: rgb(118,96,67); }

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