Html Css Color HEX #72683F Yellow Metal

📋 copy color: '#72683F'

red 114 ◦ green 104 ◦ blue 63

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

Shades of Yellow Metal #72683F

Tints of Yellow Metal #72683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

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

R = 40.57%
G = 37.01%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72683F (or 0x72683F) is known color: Yellow Metal. HEX triplet: 72, 68 and 3F. RGB value is (114,104,63). Sum of RGB (Red+Green+Blue) = 114+104+63=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72683F is #8D97C0. Grayscale: #666666. Windows color (decimal): -9279425 or 4155506. OLE color: 4155506.

HSL color Cylindrical-coordinate representation of color #72683F: hue angle of 48.24º 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 #72683F is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 63 -
CMYK 0 0.09 0.45 0.55
HSL 48.24º 0.29% 0.35% -
HSV(B) 48.24º 0.45% 0.45% -
XYZ 12.79 13.84 6.7 -
YUV 102.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 114 104 63 0 0.09 0.45 0.55 48.24 0.29 0.35
Hex 72 68 3F 0 9 2D 37 30 1D 23
Octal 162 150 77 0 11 55 67 60 35 43
Binary 1110010 1101000 111111 0 1001 101101 110111 110000 11101 100011

Color Harmonies of #72683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72683F

Black with #72683F

Text Example


Text Example

White with #72683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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