Html Css Color HEX #766344 Yellow Metal

📋 copy color: '#766344'

red 118 ◦ green 99 ◦ blue 68

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

Shades of Yellow Metal #766344

Tints of Yellow Metal #766344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 41.4%
G = 34.74%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766344 (or 0x766344) is known color: Yellow Metal. HEX triplet: 76, 63 and 44. RGB value is (118,99,68). Sum of RGB (Red+Green+Blue) = 118+99+68=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766344 is #899CBB. Grayscale: #656565. Windows color (decimal): -9018556 or 4481910. OLE color: 4481910.

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

Color convert

RGB 118 99 68 -
CMYK 0 0.16 0.42 0.54
HSL 37.2º 0.27% 0.36% -
HSV(B) 37.2º 0.42% 0.46% -
XYZ 12.98 13.19 7.33 -
YUV 101.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 118 99 68 0 0.16 0.42 0.54 37.2 0.27 0.36
Hex 76 63 44 0 10 2A 36 25 1B 24
Octal 166 143 104 0 20 52 66 45 33 44
Binary 1110110 1100011 1000100 0 10000 101010 110110 100101 11011 100100

Color Harmonies of #766344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766344

Black with #766344

Text Example


Text Example

White with #766344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766344; }

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

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

background-color css

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

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

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

border-color css

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

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

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