Html Css Color HEX #72683D Yellow Metal

📋 copy color: '#72683D'

red 114 ◦ green 104 ◦ blue 61

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

Shades of Yellow Metal #72683D

Tints of Yellow Metal #72683D

RGB

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

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

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

R = 40.86%
G = 37.28%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72683D (or 0x72683D) is known color: Yellow Metal. HEX triplet: 72, 68 and 3D. RGB value is (114,104,61). Sum of RGB (Red+Green+Blue) = 114+104+61=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72683D is #8D97C2. Grayscale: #666666. Windows color (decimal): -9279427 or 4024434. OLE color: 4024434.

HSL color Cylindrical-coordinate representation of color #72683D: hue angle of 48.68º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72683D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 61 -
CMYK 0 0.09 0.46 0.55
HSL 48.68º 0.3% 0.34% -
HSV(B) 48.68º 0.46% 0.45% -
XYZ 12.73 13.81 6.41 -
YUV 102.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 114 104 61 0 0.09 0.46 0.55 48.68 0.3 0.34
Hex 72 68 3D 0 9 2E 37 31 1E 22
Octal 162 150 75 0 11 56 67 61 36 42
Binary 1110010 1101000 111101 0 1001 101110 110111 110001 11110 100010

Color Harmonies of #72683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72683D

Black with #72683D

Text Example


Text Example

White with #72683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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