Html Css Color HEX #76623E Yellow Metal

📋 copy color: '#76623E'

red 118 ◦ green 98 ◦ blue 62

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

Shades of Yellow Metal #76623E

Tints of Yellow Metal #76623E

RGB

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

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

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

R = 42.45%
G = 35.25%
B = 22.3%

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

#76623E (or 0x76623E) is known color: Yellow Metal. HEX triplet: 76, 62 and 3E. RGB value is (118,98,62). Sum of RGB (Red+Green+Blue) = 118+98+62=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76623E is #899DC1. Grayscale: #646464. Windows color (decimal): -9018818 or 4088438. OLE color: 4088438.

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

Color convert

RGB 118 98 62 -
CMYK 0 0.17 0.47 0.54
HSL 38.57º 0.31% 0.35% -
HSV(B) 38.57º 0.47% 0.46% -
XYZ 12.71 12.93 6.38 -
YUV 99.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 118 98 62 0 0.17 0.47 0.54 38.57 0.31 0.35
Hex 76 62 3E 0 11 2F 36 27 1F 23
Octal 166 142 76 0 21 57 66 47 37 43
Binary 1110110 1100010 111110 0 10001 101111 110110 100111 11111 100011

Color Harmonies of #76623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76623E

Black with #76623E

Text Example


Text Example

White with #76623E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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