Html Css Color HEX #72611C Yukon Gold

📋 copy color: '#72611C'

red 114 ◦ green 97 ◦ blue 28

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

Shades of Yukon Gold #72611C

Tints of Yukon Gold #72611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 47.7%
G = 40.59%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72611C (or 0x72611C) is known color: Yukon Gold. HEX triplet: 72, 61 and 1C. RGB value is (114,97,28). Sum of RGB (Red+Green+Blue) = 114+97+28=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72611C is #8D9EE3. Grayscale: #5E5E5E. Windows color (decimal): -9281252 or 1859954. OLE color: 1859954.

HSL color Cylindrical-coordinate representation of color #72611C: hue angle of 48.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72611C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 97 28 -
CMYK 0 0.15 0.75 0.55
HSL 48.14º 0.61% 0.28% -
HSV(B) 48.14º 0.75% 0.45% -
XYZ 11.42 12.21 2.85 -
YUV 94.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 114 97 28 0 0.15 0.75 0.55 48.14 0.61 0.28
Hex 72 61 1C 0 F 4B 37 30 3D 1C
Octal 162 141 34 0 17 113 67 60 75 34
Binary 1110010 1100001 11100 0 1111 1001011 110111 110000 111101 11100

Color Harmonies of #72611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72611C

Black with #72611C

Text Example


Text Example

White with #72611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72611C; }

 p { color: rgb(114,97,28); }

 H1.HeaderClassName
 {
   color: #72611C;
 }
 .AnyTagClassName
 {
   color: #72611C;
 }
</style>

background-color css

<style>
 a { background-color: #72611C; }

 a { background-color: rgb(114,97,28); }

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

border-color css

<style>
 span { border-color: #72611C; }

 span { border-color: rgb(114,97,28); }

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