Html Css Color HEX #76603D Yellow Metal

📋 copy color: '#76603D'

red 118 ◦ green 96 ◦ blue 61

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

Shades of Yellow Metal #76603D

Tints of Yellow Metal #76603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 42.91%
G = 34.91%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76603D (or 0x76603D) is known color: Yellow Metal. HEX triplet: 76, 60 and 3D. RGB value is (118,96,61). Sum of RGB (Red+Green+Blue) = 118+96+61=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76603D is #899FC2. Grayscale: #626262. Windows color (decimal): -9019331 or 4022390. OLE color: 4022390.

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

Color convert

RGB 118 96 61 -
CMYK 0 0.19 0.48 0.54
HSL 36.84º 0.32% 0.35% -
HSV(B) 36.84º 0.48% 0.46% -
XYZ 12.5 12.55 6.18 -
YUV 98.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 118 96 61 0 0.19 0.48 0.54 36.84 0.32 0.35
Hex 76 60 3D 0 13 30 36 25 20 23
Octal 166 140 75 0 23 60 66 45 40 43
Binary 1110110 1100000 111101 0 10011 110000 110110 100101 100000 100011

Color Harmonies of #76603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76603D

Black with #76603D

Text Example


Text Example

White with #76603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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