Html Css Color HEX #766641 Yellow Metal

📋 copy color: '#766641'

red 118 ◦ green 102 ◦ blue 65

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

Shades of Yellow Metal #766641

Tints of Yellow Metal #766641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 41.4%
G = 35.79%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766641 (or 0x766641) is known color: Yellow Metal. HEX triplet: 76, 66 and 41. RGB value is (118,102,65). Sum of RGB (Red+Green+Blue) = 118+102+65=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766641 is #8999BE. Grayscale: #666666. Windows color (decimal): -9017791 or 4286070. OLE color: 4286070.

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

Color convert

RGB 118 102 65 -
CMYK 0 0.14 0.45 0.54
HSL 41.89º 0.29% 0.36% -
HSV(B) 41.89º 0.45% 0.46% -
XYZ 13.18 13.74 6.96 -
YUV 102.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 118 102 65 0 0.14 0.45 0.54 41.89 0.29 0.36
Hex 76 66 41 0 E 2D 36 2A 1D 24
Octal 166 146 101 0 16 55 66 52 35 44
Binary 1110110 1100110 1000001 0 1110 101101 110110 101010 11101 100100

Color Harmonies of #766641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766641

Black with #766641

Text Example


Text Example

White with #766641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766641; }

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

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

background-color css

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

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

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

border-color css

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

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

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