Html Css Color HEX #726508 Yukon Gold

📋 copy color: '#726508'

red 114 ◦ green 101 ◦ blue 8

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

Shades of Yukon Gold #726508

Tints of Yukon Gold #726508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 51.12%
G = 45.29%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#726508 (or 0x726508) is known color: Yukon Gold. HEX triplet: 72, 65 and 08. RGB value is (114,101,8). Sum of RGB (Red+Green+Blue) = 114+101+8=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #726508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726508 is #8D9AF7. Grayscale: #5E5E5E. Windows color (decimal): -9280248 or 550258. OLE color: 550258.

HSL color Cylindrical-coordinate representation of color #726508: hue angle of 52.64º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #726508 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 8 -
CMYK 0 0.11 0.93 0.55
HSL 52.64º 0.87% 0.24% -
HSV(B) 52.64º 0.93% 0.45% -
XYZ 11.64 12.9 2.11 -
YUV 94.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 114 101 8 0 0.11 0.93 0.55 52.64 0.87 0.24
Hex 72 65 8 0 B 5D 37 35 57 18
Octal 162 145 10 0 13 135 67 65 127 30
Binary 1110010 1100101 1000 0 1011 1011101 110111 110101 1010111 11000

Color Harmonies of #726508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726508

Black with #726508

Text Example


Text Example

White with #726508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726508; }

 p { color: rgb(114,101,8); }

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

background-color css

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

 a { background-color: rgb(114,101,8); }

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

border-color css

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

 span { border-color: rgb(114,101,8); }

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