Html Css Color HEX #72600D Yukon Gold

📋 copy color: '#72600D'

red 114 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #72600D

Tints of Yukon Gold #72600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.05%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 51.12%
G = 43.05%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72600D (or 0x72600D) is known color: Yukon Gold. HEX triplet: 72, 60 and 0D. RGB value is (114,96,13). Sum of RGB (Red+Green+Blue) = 114+96+13=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72600D is #8D9FF2. Grayscale: #5C5C5C. Windows color (decimal): -9281523 or 876658. OLE color: 876658.

HSL color Cylindrical-coordinate representation of color #72600D: hue angle of 49.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72600D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 13 -
CMYK 0 0.16 0.89 0.55
HSL 49.31º 0.8% 0.25% -
HSV(B) 49.31º 0.89% 0.45% -
XYZ 11.19 11.97 2.1 -
YUV 91.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 114 96 13 0 0.16 0.89 0.55 49.31 0.8 0.25
Hex 72 60 D 0 10 59 37 31 50 19
Octal 162 140 15 0 20 131 67 61 120 31
Binary 1110010 1100000 1101 0 10000 1011001 110111 110001 1010000 11001

Color Harmonies of #72600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72600D

Black with #72600D

Text Example


Text Example

White with #72600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,96,13); }

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

background-color css

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

 a { background-color: rgb(114,96,13); }

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

border-color css

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

 span { border-color: rgb(114,96,13); }

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