Html Css Color HEX #7D663D Yellow Metal

📋 copy color: '#7D663D'

red 125 ◦ green 102 ◦ blue 61

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

Shades of Yellow Metal #7D663D

Tints of Yellow Metal #7D663D

RGB

 RED value IS 125 (49.22% from 255) = 43.4%

 GREEN value IS 102 (40.23% from 255) = 35.42%

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

R = 43.4%
G = 35.42%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D663D (or 0x7D663D) is known color: Yellow Metal. HEX triplet: 7D, 66 and 3D. RGB value is (125,102,61). Sum of RGB (Red+Green+Blue) = 125+102+61=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D663D is #8299C2. Grayscale: #686868. Windows color (decimal): -8559043 or 4023933. OLE color: 4023933.

HSL color Cylindrical-coordinate representation of color #7D663D: hue angle of 38.44º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D663D is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 102 61 -
CMYK 0 0.18 0.51 0.51
HSL 38.44º 0.34% 0.36% -
HSV(B) 38.44º 0.51% 0.49% -
XYZ 14.05 14.2 6.42 -
YUV 104.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 125 102 61 0 0.18 0.51 0.51 38.44 0.34 0.36
Hex 7D 66 3D 0 12 33 33 26 22 24
Octal 175 146 75 0 22 63 63 46 42 44
Binary 1111101 1100110 111101 0 10010 110011 110011 100110 100010 100100

Color Harmonies of #7D663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D663D

Black with #7D663D

Text Example


Text Example

White with #7D663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D663D; }

 p { color: rgb(125,102,61); }

 H1.HeaderClassName
 {
   color: #7D663D;
 }
 .AnyTagClassName
 {
   color: #7D663D;
 }
</style>

background-color css

<style>
 a { background-color: #7D663D; }

 a { background-color: rgb(125,102,61); }

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

border-color css

<style>
 span { border-color: #7D663D; }

 span { border-color: rgb(125,102,61); }

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