Html Css Color HEX #76603E Yellow Metal

📋 copy color: '#76603E'

red 118 ◦ green 96 ◦ blue 62

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

Shades of Yellow Metal #76603E

Tints of Yellow Metal #76603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 42.75%
G = 34.78%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76603E (or 0x76603E) is known color: Yellow Metal. HEX triplet: 76, 60 and 3E. RGB value is (118,96,62). Sum of RGB (Red+Green+Blue) = 118+96+62=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76603E is #899FC1. Grayscale: #626262. Windows color (decimal): -9019330 or 4087926. OLE color: 4087926.

HSL color Cylindrical-coordinate representation of color #76603E: hue angle of 36.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76603E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 62 -
CMYK 0 0.19 0.47 0.54
HSL 36.43º 0.31% 0.35% -
HSV(B) 36.43º 0.47% 0.46% -
XYZ 12.52 12.57 6.32 -
YUV 98.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 118 96 62 0 0.19 0.47 0.54 36.43 0.31 0.35
Hex 76 60 3E 0 13 2F 36 24 1F 23
Octal 166 140 76 0 23 57 66 44 37 43
Binary 1110110 1100000 111110 0 10011 101111 110110 100100 11111 100011

Color Harmonies of #76603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76603E

Black with #76603E

Text Example


Text Example

White with #76603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76603E; }

 p { color: rgb(118,96,62); }

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

background-color css

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

 a { background-color: rgb(118,96,62); }

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

border-color css

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

 span { border-color: rgb(118,96,62); }

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