Html Css Color HEX #756013 Yukon Gold

📋 copy color: '#756013'

red 117 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #756013

Tints of Yukon Gold #756013

RGB

 RED value IS 117 (46.09% from 255) = 50.43%

 GREEN value IS 96 (37.89% from 255) = 41.38%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 50.43%
G = 41.38%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756013 (or 0x756013) is known color: Yukon Gold. HEX triplet: 75, 60 and 13. RGB value is (117,96,19). Sum of RGB (Red+Green+Blue) = 117+96+19=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #756013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756013 is #8A9FEC. Grayscale: #5D5D5D. Windows color (decimal): -9084909 or 1269877. OLE color: 1269877.

HSL color Cylindrical-coordinate representation of color #756013: hue angle of 47.14º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #756013 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 19 -
CMYK 0 0.18 0.84 0.54
HSL 47.14º 0.72% 0.27% -
HSV(B) 47.14º 0.84% 0.46% -
XYZ 11.64 12.19 2.36 -
YUV 93.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 117 96 19 0 0.18 0.84 0.54 47.14 0.72 0.27
Hex 75 60 13 0 12 54 36 2F 48 1B
Octal 165 140 23 0 22 124 66 57 110 33
Binary 1110101 1100000 10011 0 10010 1010100 110110 101111 1001000 11011

Color Harmonies of #756013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756013

Black with #756013

Text Example


Text Example

White with #756013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756013; }

 p { color: rgb(117,96,19); }

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

background-color css

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

 a { background-color: rgb(117,96,19); }

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

border-color css

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

 span { border-color: rgb(117,96,19); }

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