Html Css Color HEX #72663D Yellow Metal

📋 copy color: '#72663D'

red 114 ◦ green 102 ◦ blue 61

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

Shades of Yellow Metal #72663D

Tints of Yellow Metal #72663D

RGB

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

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

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

R = 41.16%
G = 36.82%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72663D (or 0x72663D) is known color: Yellow Metal. HEX triplet: 72, 66 and 3D. RGB value is (114,102,61). Sum of RGB (Red+Green+Blue) = 114+102+61=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72663D is #8D99C2. Grayscale: #656565. Windows color (decimal): -9279939 or 4023922. OLE color: 4023922.

HSL color Cylindrical-coordinate representation of color #72663D: hue angle of 46.42º 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 #72663D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 61 -
CMYK 0 0.11 0.46 0.55
HSL 46.42º 0.3% 0.34% -
HSV(B) 46.42º 0.46% 0.45% -
XYZ 12.53 13.42 6.34 -
YUV 100.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 114 102 61 0 0.11 0.46 0.55 46.42 0.3 0.34
Hex 72 66 3D 0 B 2E 37 2E 1E 22
Octal 162 146 75 0 13 56 67 56 36 42
Binary 1110010 1100110 111101 0 1011 101110 110111 101110 11110 100010

Color Harmonies of #72663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72663D

Black with #72663D

Text Example


Text Example

White with #72663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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