Html Css Color HEX #76653F Yellow Metal

📋 copy color: '#76653F'

red 118 ◦ green 101 ◦ blue 63

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

Shades of Yellow Metal #76653F

Tints of Yellow Metal #76653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 41.84%
G = 35.82%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76653F (or 0x76653F) is known color: Yellow Metal. HEX triplet: 76, 65 and 3F. RGB value is (118,101,63). Sum of RGB (Red+Green+Blue) = 118+101+63=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653F is #899AC0. Grayscale: #656565. Windows color (decimal): -9018049 or 4154742. OLE color: 4154742.

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

Color convert

RGB 118 101 63 -
CMYK 0 0.14 0.47 0.54
HSL 41.45º 0.3% 0.35% -
HSV(B) 41.45º 0.47% 0.46% -
XYZ 13.02 13.52 6.63 -
YUV 101.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 118 101 63 0 0.14 0.47 0.54 41.45 0.3 0.35
Hex 76 65 3F 0 E 2F 36 29 1E 23
Octal 166 145 77 0 16 57 66 51 36 43
Binary 1110110 1100101 111111 0 1110 101111 110110 101001 11110 100011

Color Harmonies of #76653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76653F

Black with #76653F

Text Example


Text Example

White with #76653F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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