#72650B

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

Shades of Yukon Gold #72650B

Tints of Yukon Gold #72650B

Color information

#72650B (or 0x72650B) is unknown color: approx Yukon Gold. HEX triplet: 72, 65 and 0B. RGB value is (114,101,11). Sum of RGB (Red+Green+Blue) = 114+101+11=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72650B is #8D9AF4. Grayscale: #5E5E5E. Windows color (decimal): -9280245 or 746866. OLE color: 746866.

HSL color Cylindrical-coordinate representation of color #72650B: hue angle of 52.43º 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 #72650B is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB11410111-
CMYK00.110.900.55
HSL52.43º82.4%24.51%-
HSV(B)52.43º90.35%44.71%-
XYZ11.6512.912.19-
YUV94.6380.81141.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 11 (4.69% from 255) = 4.87%
R=50.44%
G=44.69%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011100.110.900.5552.4382.424.51
Hex7265B0B5A37345219
Octal16214513013132676412231
Binary111001011001011011010111011010110111110100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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