Html Css Color HEX #72600A Yukon Gold

📋 copy color: '#72600A'

red 114 ◦ green 96 ◦ blue 10

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

Shades of Yukon Gold #72600A

Tints of Yukon Gold #72600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 51.82%
G = 43.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72600A (or 0x72600A) is known color: Yukon Gold. HEX triplet: 72, 60 and 0A. RGB value is (114,96,10). Sum of RGB (Red+Green+Blue) = 114+96+10=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #72600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72600A is #8D9FF5. Grayscale: #5B5B5B. Windows color (decimal): -9281526 or 680050. OLE color: 680050.

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

Color convert

RGB 114 96 10 -
CMYK 0 0.16 0.91 0.55
HSL 49.62º 0.84% 0.24% -
HSV(B) 49.62º 0.91% 0.45% -
XYZ 11.18 11.97 2.01 -
YUV 91.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 114 96 10 0 0.16 0.91 0.55 49.62 0.84 0.24
Hex 72 60 A 0 10 5B 37 32 54 18
Octal 162 140 12 0 20 133 67 62 124 30
Binary 1110010 1100000 1010 0 10000 1011011 110111 110010 1010100 11000

Color Harmonies of #72600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72600A

Black with #72600A

Text Example


Text Example

White with #72600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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