Html Css Color HEX #756A11 Yukon Gold

📋 copy color: '#756A11'

red 117 ◦ green 106 ◦ blue 17

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

Shades of Yukon Gold #756A11

Tints of Yukon Gold #756A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 48.75%
G = 44.17%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756A11 (or 0x756A11) is known color: Yukon Gold. HEX triplet: 75, 6A and 11. RGB value is (117,106,17). Sum of RGB (Red+Green+Blue) = 117+106+17=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #756A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A11 is #8A95EE. Grayscale: #636363. Windows color (decimal): -9082351 or 1141365. OLE color: 1141365.

HSL color Cylindrical-coordinate representation of color #756A11: hue angle of 53.4º 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 #756A11 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 17 -
CMYK 0 0.09 0.85 0.54
HSL 53.4º 0.75% 0.26% -
HSV(B) 53.4º 0.85% 0.46% -
XYZ 12.59 14.13 2.59 -
YUV 99.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 117 106 17 0 0.09 0.85 0.54 53.4 0.75 0.26
Hex 75 6A 11 0 9 55 36 35 4B 1A
Octal 165 152 21 0 11 125 66 65 113 32
Binary 1110101 1101010 10001 0 1001 1010101 110110 110101 1001011 11010

Color Harmonies of #756A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A11

Black with #756A11

Text Example


Text Example

White with #756A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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