#756318

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

Shades of Yukon Gold #756318

Tints of Yukon Gold #756318

Color information

#756318 (or 0x756318) is unknown color: approx Yukon Gold. HEX triplet: 75, 63 and 18. RGB value is (117,99,24). Sum of RGB (Red+Green+Blue) = 117+99+24=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #756318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756318 is #8A9CE7. Grayscale: #606060. Windows color (decimal): -9084136 or 1598325. OLE color: 1598325.

HSL color Cylindrical-coordinate representation of color #756318: hue angle of 48.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #756318 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1179924-
CMYK00.150.790.54
HSL48.39º65.96%27.65%-
HSV(B)48.39º79.49%45.88%-
XYZ11.9612.772.7-
YUV95.8387.46143.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 24 (9.77% from 255) = 10%
R=48.75%
G=41.25%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117992400.150.790.5448.3965.9627.65
Hex7563180F4F3630421c
Octal16514330017117666010234
Binary1110101110001111000011111001111110110110000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756318; }

 p { color: rgb(117,99,24); }

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

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

 a { background-color: rgb(117,99,24); }

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

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

 span { border-color: rgb(117,99,24); }

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