Html Css Color HEX #76623A Yellow Metal

📋 copy color: '#76623A'

red 118 ◦ green 98 ◦ blue 58

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

Shades of Yellow Metal #76623A

Tints of Yellow Metal #76623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 43.07%
G = 35.77%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76623A (or 0x76623A) is known color: Yellow Metal. HEX triplet: 76, 62 and 3A. RGB value is (118,98,58). Sum of RGB (Red+Green+Blue) = 118+98+58=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76623A is #899DC5. Grayscale: #636363. Windows color (decimal): -9018822 or 3826294. OLE color: 3826294.

HSL color Cylindrical-coordinate representation of color #76623A: hue angle of 40º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76623A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 58 -
CMYK 0 0.17 0.51 0.54
HSL 40º 0.34% 0.35% -
HSV(B) 40º 0.51% 0.46% -
XYZ 12.6 12.89 5.83 -
YUV 99.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 118 98 58 0 0.17 0.51 0.54 40 0.34 0.35
Hex 76 62 3A 0 11 33 36 28 22 23
Octal 166 142 72 0 21 63 66 50 42 43
Binary 1110110 1100010 111010 0 10001 110011 110110 101000 100010 100011

Color Harmonies of #76623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76623A

Black with #76623A

Text Example


Text Example

White with #76623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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