Html Css Color HEX #76613F Yellow Metal

📋 copy color: '#76613F'

red 118 ◦ green 97 ◦ blue 63

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

Shades of Yellow Metal #76613F

Tints of Yellow Metal #76613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 42.45%
G = 34.89%
B = 22.66%

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

#76613F (or 0x76613F) is known color: Yellow Metal. HEX triplet: 76, 61 and 3F. RGB value is (118,97,63). Sum of RGB (Red+Green+Blue) = 118+97+63=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76613F is #899EC0. Grayscale: #636363. Windows color (decimal): -9019073 or 4153718. OLE color: 4153718.

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

Color convert

RGB 118 97 63 -
CMYK 0 0.18 0.47 0.54
HSL 37.09º 0.3% 0.35% -
HSV(B) 37.09º 0.47% 0.46% -
XYZ 12.64 12.76 6.5 -
YUV 99.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 118 97 63 0 0.18 0.47 0.54 37.09 0.3 0.35
Hex 76 61 3F 0 12 2F 36 25 1E 23
Octal 166 141 77 0 22 57 66 45 36 43
Binary 1110110 1100001 111111 0 10010 101111 110110 100101 11110 100011

Color Harmonies of #76613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76613F

Black with #76613F

Text Example


Text Example

White with #76613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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