Html Css Color HEX #766438 Yellow Metal

📋 copy color: '#766438'

red 118 ◦ green 100 ◦ blue 56

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

Shades of Yellow Metal #766438

Tints of Yellow Metal #766438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 43.07%
G = 36.5%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766438 (or 0x766438) is known color: Yellow Metal. HEX triplet: 76, 64 and 38. RGB value is (118,100,56). Sum of RGB (Red+Green+Blue) = 118+100+56=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766438 is #899BC7. Grayscale: #646464. Windows color (decimal): -9018312 or 3695734. OLE color: 3695734.

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

Color convert

RGB 118 100 56 -
CMYK 0 0.15 0.53 0.54
HSL 42.58º 0.36% 0.34% -
HSV(B) 42.58º 0.53% 0.46% -
XYZ 12.74 13.25 5.63 -
YUV 100.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 118 100 56 0 0.15 0.53 0.54 42.58 0.36 0.34
Hex 76 64 38 0 F 35 36 2B 24 22
Octal 166 144 70 0 17 65 66 53 44 42
Binary 1110110 1100100 111000 0 1111 110101 110110 101011 100100 100010

Color Harmonies of #766438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766438

Black with #766438

Text Example


Text Example

White with #766438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766438; }

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

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

background-color css

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

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

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

border-color css

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

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

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