Html Css Color HEX #766645 Yellow Metal

📋 copy color: '#766645'

red 118 ◦ green 102 ◦ blue 69

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

Shades of Yellow Metal #766645

Tints of Yellow Metal #766645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 40.83%
G = 35.29%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766645 (or 0x766645) is known color: Yellow Metal. HEX triplet: 76, 66 and 45. RGB value is (118,102,69). Sum of RGB (Red+Green+Blue) = 118+102+69=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766645 is #8999BA. Grayscale: #676767. Windows color (decimal): -9017787 or 4548214. OLE color: 4548214.

HSL color Cylindrical-coordinate representation of color #766645: hue angle of 40.41º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766645 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 69 -
CMYK 0 0.14 0.42 0.54
HSL 40.41º 0.26% 0.37% -
HSV(B) 40.41º 0.42% 0.46% -
XYZ 13.3 13.78 7.59 -
YUV 103.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 118 102 69 0 0.14 0.42 0.54 40.41 0.26 0.37
Hex 76 66 45 0 E 2A 36 28 1A 25
Octal 166 146 105 0 16 52 66 50 32 45
Binary 1110110 1100110 1000101 0 1110 101010 110110 101000 11010 100101

Color Harmonies of #766645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766645

Black with #766645

Text Example


Text Example

White with #766645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766645; }

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

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

background-color css

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

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

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

border-color css

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

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

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