Html Css Color HEX #76673B Yellow Metal

📋 copy color: '#76673B'

red 118 ◦ green 103 ◦ blue 59

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

Shades of Yellow Metal #76673B

Tints of Yellow Metal #76673B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 42.14%
G = 36.79%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76673B (or 0x76673B) is known color: Yellow Metal. HEX triplet: 76, 67 and 3B. RGB value is (118,103,59). Sum of RGB (Red+Green+Blue) = 118+103+59=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673B is #8998C4. Grayscale: #666666. Windows color (decimal): -9017541 or 3893110. OLE color: 3893110.

HSL color Cylindrical-coordinate representation of color #76673B: hue angle of 44.75º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76673B is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 59 -
CMYK 0 0.13 0.50 0.54
HSL 44.75º 0.33% 0.35% -
HSV(B) 44.75º 0.5% 0.46% -
XYZ 13.11 13.87 6.12 -
YUV 102.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 118 103 59 0 0.13 0.50 0.54 44.75 0.33 0.35
Hex 76 67 3B 0 D 32 36 2D 21 23
Octal 166 147 73 0 15 62 66 55 41 43
Binary 1110110 1100111 111011 0 1101 110010 110110 101101 100001 100011

Color Harmonies of #76673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76673B

Black with #76673B

Text Example


Text Example

White with #76673B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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