Html Css Color HEX #76673D Yellow Metal

📋 copy color: '#76673D'

red 118 ◦ green 103 ◦ blue 61

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

Shades of Yellow Metal #76673D

Tints of Yellow Metal #76673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 41.84%
G = 36.52%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76673D (or 0x76673D) is known color: Yellow Metal. HEX triplet: 76, 67 and 3D. RGB value is (118,103,61). Sum of RGB (Red+Green+Blue) = 118+103+61=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673D is #8998C2. Grayscale: #666666. Windows color (decimal): -9017539 or 4024182. OLE color: 4024182.

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

Color convert

RGB 118 103 61 -
CMYK 0 0.13 0.48 0.54
HSL 44.21º 0.32% 0.35% -
HSV(B) 44.21º 0.48% 0.46% -
XYZ 13.16 13.89 6.4 -
YUV 102.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 118 103 61 0 0.13 0.48 0.54 44.21 0.32 0.35
Hex 76 67 3D 0 D 30 36 2C 20 23
Octal 166 147 75 0 15 60 66 54 40 43
Binary 1110110 1100111 111101 0 1101 110000 110110 101100 100000 100011

Color Harmonies of #76673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76673D

Black with #76673D

Text Example


Text Example

White with #76673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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