Html Css Color HEX #76613E Yellow Metal

📋 copy color: '#76613E'

red 118 ◦ green 97 ◦ blue 62

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

Shades of Yellow Metal #76613E

Tints of Yellow Metal #76613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 42.6%
G = 35.02%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76613E (or 0x76613E) is known color: Yellow Metal. HEX triplet: 76, 61 and 3E. RGB value is (118,97,62). Sum of RGB (Red+Green+Blue) = 118+97+62=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76613E is #899EC1. Grayscale: #636363. Windows color (decimal): -9019074 or 4088182. OLE color: 4088182.

HSL color Cylindrical-coordinate representation of color #76613E: hue angle of 37.5º 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 #76613E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 62 -
CMYK 0 0.18 0.47 0.54
HSL 37.5º 0.31% 0.35% -
HSV(B) 37.5º 0.47% 0.46% -
XYZ 12.62 12.75 6.35 -
YUV 99.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 118 97 62 0 0.18 0.47 0.54 37.5 0.31 0.35
Hex 76 61 3E 0 12 2F 36 26 1F 23
Octal 166 141 76 0 22 57 66 46 37 43
Binary 1110110 1100001 111110 0 10010 101111 110110 100110 11111 100011

Color Harmonies of #76613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76613E

Black with #76613E

Text Example


Text Example

White with #76613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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