Html Css Color HEX #766441 Yellow Metal

📋 copy color: '#766441'

red 118 ◦ green 100 ◦ blue 65

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

Shades of Yellow Metal #766441

Tints of Yellow Metal #766441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 41.7%
G = 35.34%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766441 (or 0x766441) is known color: Yellow Metal. HEX triplet: 76, 64 and 41. RGB value is (118,100,65). Sum of RGB (Red+Green+Blue) = 118+100+65=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766441 is #899BBE. Grayscale: #656565. Windows color (decimal): -9018303 or 4285558. OLE color: 4285558.

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

Color convert

RGB 118 100 65 -
CMYK 0 0.15 0.45 0.54
HSL 39.62º 0.29% 0.36% -
HSV(B) 39.62º 0.45% 0.46% -
XYZ 12.98 13.35 6.89 -
YUV 101.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 118 100 65 0 0.15 0.45 0.54 39.62 0.29 0.36
Hex 76 64 41 0 F 2D 36 28 1D 24
Octal 166 144 101 0 17 55 66 50 35 44
Binary 1110110 1100100 1000001 0 1111 101101 110110 101000 11101 100100

Color Harmonies of #766441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766441

Black with #766441

Text Example


Text Example

White with #766441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766441; }

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

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

background-color css

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

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

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

border-color css

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

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

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