Html Css Color HEX #76643F Yellow Metal

📋 copy color: '#76643F'

red 118 ◦ green 100 ◦ blue 63

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

Shades of Yellow Metal #76643F

Tints of Yellow Metal #76643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

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

R = 41.99%
G = 35.59%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76643F (or 0x76643F) is known color: Yellow Metal. HEX triplet: 76, 64 and 3F. RGB value is (118,100,63). Sum of RGB (Red+Green+Blue) = 118+100+63=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76643F is #899BC0. Grayscale: #656565. Windows color (decimal): -9018305 or 4154486. OLE color: 4154486.

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

Color convert

RGB 118 100 63 -
CMYK 0 0.15 0.47 0.54
HSL 40.36º 0.3% 0.35% -
HSV(B) 40.36º 0.47% 0.46% -
XYZ 12.93 13.32 6.59 -
YUV 101.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 118 100 63 0 0.15 0.47 0.54 40.36 0.3 0.35
Hex 76 64 3F 0 F 2F 36 28 1E 23
Octal 166 144 77 0 17 57 66 50 36 43
Binary 1110110 1100100 111111 0 1111 101111 110110 101000 11110 100011

Color Harmonies of #76643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76643F

Black with #76643F

Text Example


Text Example

White with #76643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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