Html Css Color HEX #726306 Yukon Gold

📋 copy color: '#726306'

red 114 ◦ green 99 ◦ blue 6

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

Shades of Yukon Gold #726306

Tints of Yukon Gold #726306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 52.05%
G = 45.21%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#726306 (or 0x726306) is known color: Yukon Gold. HEX triplet: 72, 63 and 06. RGB value is (114,99,6). Sum of RGB (Red+Green+Blue) = 114+99+6=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #726306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726306 is #8D9CF9. Grayscale: #5D5D5D. Windows color (decimal): -9280762 or 418674. OLE color: 418674.

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

Color convert

RGB 114 99 6 -
CMYK 0 0.13 0.95 0.55
HSL 51.67º 0.9% 0.24% -
HSV(B) 51.67º 0.95% 0.45% -
XYZ 11.43 12.51 1.99 -
YUV 92.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 114 99 6 0 0.13 0.95 0.55 51.67 0.9 0.24
Hex 72 63 6 0 D 5F 37 34 5A 18
Octal 162 143 6 0 15 137 67 64 132 30
Binary 1110010 1100011 110 0 1101 1011111 110111 110100 1011010 11000

Color Harmonies of #726306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726306

Black with #726306

Text Example


Text Example

White with #726306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726306; }

 p { color: rgb(114,99,6); }

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

background-color css

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

 a { background-color: rgb(114,99,6); }

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

border-color css

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

 span { border-color: rgb(114,99,6); }

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