Html Css Color HEX #726B3C Yellow Metal

📋 copy color: '#726B3C'

red 114 ◦ green 107 ◦ blue 60

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

Shades of Yellow Metal #726B3C

Tints of Yellow Metal #726B3C

RGB

 RED value IS 114 (44.92% from 255) = 40.57%

 GREEN value IS 107 (42.19% from 255) = 38.08%

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 40.57%
G = 38.08%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#726B3C (or 0x726B3C) is known color: Yellow Metal. HEX triplet: 72, 6B and 3C. RGB value is (114,107,60). Sum of RGB (Red+Green+Blue) = 114+107+60=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B3C is #8D94C3. Grayscale: #676767. Windows color (decimal): -9278660 or 3959666. OLE color: 3959666.

HSL color Cylindrical-coordinate representation of color #726B3C: hue angle of 52.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726B3C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 60 -
CMYK 0 0.06 0.47 0.55
HSL 52.22º 0.31% 0.34% -
HSV(B) 52.22º 0.47% 0.45% -
XYZ 13.01 14.42 6.37 -
YUV 103.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 114 107 60 0 0.06 0.47 0.55 52.22 0.31 0.34
Hex 72 6B 3C 0 6 2F 37 34 1F 22
Octal 162 153 74 0 6 57 67 64 37 42
Binary 1110010 1101011 111100 0 110 101111 110111 110100 11111 100010

Color Harmonies of #726B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B3C

Black with #726B3C

Text Example


Text Example

White with #726B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B3C; }

 p { color: rgb(114,107,60); }

 H1.HeaderClassName
 {
   color: #726B3C;
 }
 .AnyTagClassName
 {
   color: #726B3C;
 }
</style>

background-color css

<style>
 a { background-color: #726B3C; }

 a { background-color: rgb(114,107,60); }

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

border-color css

<style>
 span { border-color: #726B3C; }

 span { border-color: rgb(114,107,60); }

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