Html Css Color HEX #766338 Yellow Metal

📋 copy color: '#766338'

red 118 ◦ green 99 ◦ blue 56

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

Shades of Yellow Metal #766338

Tints of Yellow Metal #766338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.51%

R = 43.22%
G = 36.26%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766338 (or 0x766338) is known color: Yellow Metal. HEX triplet: 76, 63 and 38. RGB value is (118,99,56). Sum of RGB (Red+Green+Blue) = 118+99+56=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766338 is #899CC7. Grayscale: #636363. Windows color (decimal): -9018568 or 3695478. OLE color: 3695478.

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

Color convert

RGB 118 99 56 -
CMYK 0 0.16 0.53 0.54
HSL 41.61º 0.36% 0.34% -
HSV(B) 41.61º 0.53% 0.46% -
XYZ 12.65 13.06 5.6 -
YUV 99.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 118 99 56 0 0.16 0.53 0.54 41.61 0.36 0.34
Hex 76 63 38 0 10 35 36 2A 24 22
Octal 166 143 70 0 20 65 66 52 44 42
Binary 1110110 1100011 111000 0 10000 110101 110110 101010 100100 100010

Color Harmonies of #766338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766338

Black with #766338

Text Example


Text Example

White with #766338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766338; }

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

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

background-color css

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

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

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

border-color css

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

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

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