Html Css Color HEX #76613B Yellow Metal

📋 copy color: '#76613B'

red 118 ◦ green 97 ◦ blue 59

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

Shades of Yellow Metal #76613B

Tints of Yellow Metal #76613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 43.07%
G = 35.4%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76613B (or 0x76613B) is known color: Yellow Metal. HEX triplet: 76, 61 and 3B. RGB value is (118,97,59). Sum of RGB (Red+Green+Blue) = 118+97+59=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76613B is #899EC4. Grayscale: #636363. Windows color (decimal): -9019077 or 3891574. OLE color: 3891574.

HSL color Cylindrical-coordinate representation of color #76613B: hue angle of 38.64º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76613B is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 59 -
CMYK 0 0.18 0.50 0.54
HSL 38.64º 0.33% 0.35% -
HSV(B) 38.64º 0.5% 0.46% -
XYZ 12.54 12.72 5.93 -
YUV 98.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 118 97 59 0 0.18 0.50 0.54 38.64 0.33 0.35
Hex 76 61 3B 0 12 32 36 27 21 23
Octal 166 141 73 0 22 62 66 47 41 43
Binary 1110110 1100001 111011 0 10010 110010 110110 100111 100001 100011

Color Harmonies of #76613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76613B

Black with #76613B

Text Example


Text Example

White with #76613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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