Html Css Color HEX #756014 Yukon Gold

📋 copy color: '#756014'

red 117 ◦ green 96 ◦ blue 20

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

Shades of Yukon Gold #756014

Tints of Yukon Gold #756014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 50.21%
G = 41.2%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#756014 (or 0x756014) is known color: Yukon Gold. HEX triplet: 75, 60 and 14. RGB value is (117,96,20). Sum of RGB (Red+Green+Blue) = 117+96+20=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #756014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756014 is #8A9FEB. Grayscale: #5D5D5D. Windows color (decimal): -9084908 or 1335413. OLE color: 1335413.

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

Color convert

RGB 117 96 20 -
CMYK 0 0.18 0.83 0.54
HSL 47.01º 0.71% 0.27% -
HSV(B) 47.01º 0.83% 0.46% -
XYZ 11.65 12.2 2.4 -
YUV 93.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 117 96 20 0 0.18 0.83 0.54 47.01 0.71 0.27
Hex 75 60 14 0 12 53 36 2F 47 1B
Octal 165 140 24 0 22 123 66 57 107 33
Binary 1110101 1100000 10100 0 10010 1010011 110110 101111 1000111 11011

Color Harmonies of #756014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756014

Black with #756014

Text Example


Text Example

White with #756014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756014; }

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

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

background-color css

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

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

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

border-color css

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

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

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