#72680B

Color #72680B Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #72680B

Tints of Yukon Gold #72680B

Color information

#72680B (or 0x72680B) is unknown color: approx Yukon Gold. HEX triplet: 72, 68 and 0B. RGB value is (114,104,11). Sum of RGB (Red+Green+Blue) = 114+104+11=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72680B is #8D97F4. Grayscale: #606060. Windows color (decimal): -9279477 or 747634. OLE color: 747634.

HSL color Cylindrical-coordinate representation of color #72680B: hue angle of 54.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72680B is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11410411-
CMYK00.090.900.55
HSL54.17º82.4%24.51%-
HSV(B)54.17º90.35%44.71%-
XYZ11.9513.52.29-
YUV96.3979.81140.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=49.78%
G=45.41%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141041100.090.900.5554.1782.424.51
Hex7268B095A37365219
Octal16215013011132676612231
Binary111001011010001011010011011010110111110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72680B; }

 p { color: rgb(114,104,11); }

 H1.HeaderClassName
 {
   color: #72680B;
 }
 .AnyTagClassName
 {
   color: #72680B;
 }
</style>
background-color css

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

 a { background-color: rgb(114,104,11); }

 div.DivClassName
 {
   background-color: #72680B;
 }
 .BgClassName
 {
   background-color: #72680B;
 }
</style>
border-color css

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

 span { border-color: rgb(114,104,11); }

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