Html Css Color HEX #766244 Yellow Metal

📋 copy color: '#766244'

red 118 ◦ green 98 ◦ blue 68

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

Shades of Yellow Metal #766244

Tints of Yellow Metal #766244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 41.55%
G = 34.51%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766244 (or 0x766244) is known color: Yellow Metal. HEX triplet: 76, 62 and 44. RGB value is (118,98,68). Sum of RGB (Red+Green+Blue) = 118+98+68=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766244 is #899DBB. Grayscale: #646464. Windows color (decimal): -9018812 or 4481654. OLE color: 4481654.

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

Color convert

RGB 118 98 68 -
CMYK 0 0.17 0.42 0.54
HSL 36º 0.27% 0.36% -
HSV(B) 36º 0.42% 0.46% -
XYZ 12.88 13 7.3 -
YUV 100.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 118 98 68 0 0.17 0.42 0.54 36 0.27 0.36
Hex 76 62 44 0 11 2A 36 24 1B 24
Octal 166 142 104 0 21 52 66 44 33 44
Binary 1110110 1100010 1000100 0 10001 101010 110110 100100 11011 100100

Color Harmonies of #766244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766244

Black with #766244

Text Example


Text Example

White with #766244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766244; }

 p { color: rgb(118,98,68); }

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

background-color css

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

 a { background-color: rgb(118,98,68); }

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

border-color css

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

 span { border-color: rgb(118,98,68); }

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