Html Css Color HEX #756411 Yukon Gold

📋 copy color: '#756411'

red 117 ◦ green 100 ◦ blue 17

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

Shades of Yukon Gold #756411

Tints of Yukon Gold #756411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 50%
G = 42.74%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756411 (or 0x756411) is known color: Yukon Gold. HEX triplet: 75, 64 and 11. RGB value is (117,100,17). Sum of RGB (Red+Green+Blue) = 117+100+17=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756411 is #8A9BEE. Grayscale: #5F5F5F. Windows color (decimal): -9083887 or 1139829. OLE color: 1139829.

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

Color convert

RGB 117 100 17 -
CMYK 0 0.15 0.85 0.54
HSL 49.8º 0.75% 0.26% -
HSV(B) 49.8º 0.85% 0.46% -
XYZ 11.99 12.94 2.4 -
YUV 95.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 117 100 17 0 0.15 0.85 0.54 49.8 0.75 0.26
Hex 75 64 11 0 F 55 36 32 4B 1A
Octal 165 144 21 0 17 125 66 62 113 32
Binary 1110101 1100100 10001 0 1111 1010101 110110 110010 1001011 11010

Color Harmonies of #756411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756411

Black with #756411

Text Example


Text Example

White with #756411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756411; }

 p { color: rgb(117,100,17); }

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

background-color css

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

 a { background-color: rgb(117,100,17); }

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

border-color css

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

 span { border-color: rgb(117,100,17); }

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