Html Css Color HEX #766141 Yellow Metal

📋 copy color: '#766141'

red 118 ◦ green 97 ◦ blue 65

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

Shades of Yellow Metal #766141

Tints of Yellow Metal #766141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 42.14%
G = 34.64%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766141 (or 0x766141) is known color: Yellow Metal. HEX triplet: 76, 61 and 41. RGB value is (118,97,65). Sum of RGB (Red+Green+Blue) = 118+97+65=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766141 is #899EBE. Grayscale: #636363. Windows color (decimal): -9019071 or 4284790. OLE color: 4284790.

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

Color convert

RGB 118 97 65 -
CMYK 0 0.18 0.45 0.54
HSL 36.23º 0.29% 0.36% -
HSV(B) 36.23º 0.45% 0.46% -
XYZ 12.7 12.78 6.8 -
YUV 99.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 118 97 65 0 0.18 0.45 0.54 36.23 0.29 0.36
Hex 76 61 41 0 12 2D 36 24 1D 24
Octal 166 141 101 0 22 55 66 44 35 44
Binary 1110110 1100001 1000001 0 10010 101101 110110 100100 11101 100100

Color Harmonies of #766141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766141

Black with #766141

Text Example


Text Example

White with #766141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766141; }

 p { color: rgb(118,97,65); }

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

background-color css

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

 a { background-color: rgb(118,97,65); }

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

border-color css

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

 span { border-color: rgb(118,97,65); }

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