Html Css Color HEX #72663F Yellow Metal

📋 copy color: '#72663F'

red 114 ◦ green 102 ◦ blue 63

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

Shades of Yellow Metal #72663F

Tints of Yellow Metal #72663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 40.86%
G = 36.56%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72663F (or 0x72663F) is known color: Yellow Metal. HEX triplet: 72, 66 and 3F. RGB value is (114,102,63). Sum of RGB (Red+Green+Blue) = 114+102+63=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72663F is #8D99C0. Grayscale: #656565. Windows color (decimal): -9279937 or 4154994. OLE color: 4154994.

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

Color convert

RGB 114 102 63 -
CMYK 0 0.11 0.45 0.55
HSL 45.88º 0.29% 0.35% -
HSV(B) 45.88º 0.45% 0.45% -
XYZ 12.59 13.44 6.63 -
YUV 101.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 114 102 63 0 0.11 0.45 0.55 45.88 0.29 0.35
Hex 72 66 3F 0 B 2D 37 2E 1D 23
Octal 162 146 77 0 13 55 67 56 35 43
Binary 1110010 1100110 111111 0 1011 101101 110111 101110 11101 100011

Color Harmonies of #72663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72663F

Black with #72663F

Text Example


Text Example

White with #72663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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