Html Css Color HEX #72663B Yellow Metal

📋 copy color: '#72663B'

red 114 ◦ green 102 ◦ blue 59

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

Shades of Yellow Metal #72663B

Tints of Yellow Metal #72663B

RGB

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

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

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

R = 41.45%
G = 37.09%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72663B (or 0x72663B) is known color: Yellow Metal. HEX triplet: 72, 66 and 3B. RGB value is (114,102,59). Sum of RGB (Red+Green+Blue) = 114+102+59=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72663B is #8D99C4. Grayscale: #646464. Windows color (decimal): -9279941 or 3892850. OLE color: 3892850.

HSL color Cylindrical-coordinate representation of color #72663B: hue angle of 46.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72663B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 59 -
CMYK 0 0.11 0.48 0.55
HSL 46.91º 0.32% 0.34% -
HSV(B) 46.91º 0.48% 0.45% -
XYZ 12.48 13.4 6.07 -
YUV 100.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 114 102 59 0 0.11 0.48 0.55 46.91 0.32 0.34
Hex 72 66 3B 0 B 30 37 2F 20 22
Octal 162 146 73 0 13 60 67 57 40 42
Binary 1110010 1100110 111011 0 1011 110000 110111 101111 100000 100010

Color Harmonies of #72663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72663B

Black with #72663B

Text Example


Text Example

White with #72663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,102,59); }

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

background-color css

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

 a { background-color: rgb(114,102,59); }

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

border-color css

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

 span { border-color: rgb(114,102,59); }

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