Html Css Color HEX #766941 Yellow Metal

📋 copy color: '#766941'

red 118 ◦ green 105 ◦ blue 65

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

Shades of Yellow Metal #766941

Tints of Yellow Metal #766941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

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

R = 40.97%
G = 36.46%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766941 (or 0x766941) is known color: Yellow Metal. HEX triplet: 76, 69 and 41. RGB value is (118,105,65). Sum of RGB (Red+Green+Blue) = 118+105+65=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766941 is #8996BE. Grayscale: #686868. Windows color (decimal): -9017023 or 4286838. OLE color: 4286838.

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

Color convert

RGB 118 105 65 -
CMYK 0 0.11 0.45 0.54
HSL 45.28º 0.29% 0.36% -
HSV(B) 45.28º 0.45% 0.46% -
XYZ 13.48 14.34 7.06 -
YUV 104.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 118 105 65 0 0.11 0.45 0.54 45.28 0.29 0.36
Hex 76 69 41 0 B 2D 36 2D 1D 24
Octal 166 151 101 0 13 55 66 55 35 44
Binary 1110110 1101001 1000001 0 1011 101101 110110 101101 11101 100100

Color Harmonies of #766941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766941

Black with #766941

Text Example


Text Example

White with #766941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766941; }

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

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

background-color css

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

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

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

border-color css

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

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

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