Html Css Color HEX #76623F Yellow Metal

📋 copy color: '#76623F'

red 118 ◦ green 98 ◦ blue 63

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

Shades of Yellow Metal #76623F

Tints of Yellow Metal #76623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 42.29%
G = 35.13%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76623F (or 0x76623F) is known color: Yellow Metal. HEX triplet: 76, 62 and 3F. RGB value is (118,98,63). Sum of RGB (Red+Green+Blue) = 118+98+63=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76623F is #899DC0. Grayscale: #646464. Windows color (decimal): -9018817 or 4153974. OLE color: 4153974.

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

Color convert

RGB 118 98 63 -
CMYK 0 0.17 0.47 0.54
HSL 38.18º 0.3% 0.35% -
HSV(B) 38.18º 0.47% 0.46% -
XYZ 12.74 12.95 6.53 -
YUV 99.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 118 98 63 0 0.17 0.47 0.54 38.18 0.3 0.35
Hex 76 62 3F 0 11 2F 36 26 1E 23
Octal 166 142 77 0 21 57 66 46 36 43
Binary 1110110 1100010 111111 0 10001 101111 110110 100110 11110 100011

Color Harmonies of #76623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76623F

Black with #76623F

Text Example


Text Example

White with #76623F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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