Html Css Color HEX #76673E Yellow Metal

📋 copy color: '#76673E'

red 118 ◦ green 103 ◦ blue 62

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

Shades of Yellow Metal #76673E

Tints of Yellow Metal #76673E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

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

R = 41.7%
G = 36.4%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76673E (or 0x76673E) is known color: Yellow Metal. HEX triplet: 76, 67 and 3E. RGB value is (118,103,62). Sum of RGB (Red+Green+Blue) = 118+103+62=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673E is #8998C1. Grayscale: #666666. Windows color (decimal): -9017538 or 4089718. OLE color: 4089718.

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

Color convert

RGB 118 103 62 -
CMYK 0 0.13 0.47 0.54
HSL 43.93º 0.31% 0.35% -
HSV(B) 43.93º 0.47% 0.46% -
XYZ 13.19 13.9 6.55 -
YUV 102.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 118 103 62 0 0.13 0.47 0.54 43.93 0.31 0.35
Hex 76 67 3E 0 D 2F 36 2C 1F 23
Octal 166 147 76 0 15 57 66 54 37 43
Binary 1110110 1100111 111110 0 1101 101111 110110 101100 11111 100011

Color Harmonies of #76673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76673E

Black with #76673E

Text Example


Text Example

White with #76673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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