Html Css Color HEX #76653E Yellow Metal

📋 copy color: '#76653E'

red 118 ◦ green 101 ◦ blue 62

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

Shades of Yellow Metal #76653E

Tints of Yellow Metal #76653E

RGB

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

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

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

R = 41.99%
G = 35.94%
B = 22.06%

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

#76653E (or 0x76653E) is known color: Yellow Metal. HEX triplet: 76, 65 and 3E. RGB value is (118,101,62). Sum of RGB (Red+Green+Blue) = 118+101+62=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653E is #899AC1. Grayscale: #656565. Windows color (decimal): -9018050 or 4089206. OLE color: 4089206.

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

Color convert

RGB 118 101 62 -
CMYK 0 0.14 0.47 0.54
HSL 41.79º 0.31% 0.35% -
HSV(B) 41.79º 0.47% 0.46% -
XYZ 12.99 13.51 6.48 -
YUV 101.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 118 101 62 0 0.14 0.47 0.54 41.79 0.31 0.35
Hex 76 65 3E 0 E 2F 36 2A 1F 23
Octal 166 145 76 0 16 57 66 52 37 43
Binary 1110110 1100101 111110 0 1110 101111 110110 101010 11111 100011

Color Harmonies of #76653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76653E

Black with #76653E

Text Example


Text Example

White with #76653E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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