Html Css Color HEX #72600C Yukon Gold

📋 copy color: '#72600C'

red 114 ◦ green 96 ◦ blue 12

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

Shades of Yukon Gold #72600C

Tints of Yukon Gold #72600C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 51.35%
G = 43.24%
B = 5.41%

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

#72600C (or 0x72600C) is known color: Yukon Gold. HEX triplet: 72, 60 and 0C. RGB value is (114,96,12). Sum of RGB (Red+Green+Blue) = 114+96+12=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72600C is #8D9FF3. Grayscale: #5C5C5C. Windows color (decimal): -9281524 or 811122. OLE color: 811122.

HSL color Cylindrical-coordinate representation of color #72600C: hue angle of 49.41º degrees, saturation: 0.81, 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 #72600C is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 12 -
CMYK 0 0.16 0.89 0.55
HSL 49.41º 0.81% 0.25% -
HSV(B) 49.41º 0.89% 0.45% -
XYZ 11.19 11.97 2.07 -
YUV 91.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 114 96 12 0 0.16 0.89 0.55 49.41 0.81 0.25
Hex 72 60 C 0 10 59 37 31 51 19
Octal 162 140 14 0 20 131 67 61 121 31
Binary 1110010 1100000 1100 0 10000 1011001 110111 110001 1010001 11001

Color Harmonies of #72600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72600C

Black with #72600C

Text Example


Text Example

White with #72600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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