Html Css Color HEX #7D6C3D Yellow Metal

📋 copy color: '#7D6C3D'

red 125 ◦ green 108 ◦ blue 61

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

Shades of Yellow Metal #7D6C3D

Tints of Yellow Metal #7D6C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

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

R = 42.52%
G = 36.73%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D6C3D (or 0x7D6C3D) is known color: Yellow Metal. HEX triplet: 7D, 6C and 3D. RGB value is (125,108,61). Sum of RGB (Red+Green+Blue) = 125+108+61=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C3D is #8293C2. Grayscale: #6B6B6B. Windows color (decimal): -8557507 or 4025469. OLE color: 4025469.

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

Color convert

RGB 125 108 61 -
CMYK 0 0.14 0.51 0.51
HSL 44.06º 0.34% 0.36% -
HSV(B) 44.06º 0.51% 0.49% -
XYZ 14.66 15.42 6.62 -
YUV 107.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 125 108 61 0 0.14 0.51 0.51 44.06 0.34 0.36
Hex 7D 6C 3D 0 E 33 33 2C 22 24
Octal 175 154 75 0 16 63 63 54 42 44
Binary 1111101 1101100 111101 0 1110 110011 110011 101100 100010 100100

Color Harmonies of #7D6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6C3D

Black with #7D6C3D

Text Example


Text Example

White with #7D6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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