Html Css Color HEX #756110 Yukon Gold

📋 copy color: '#756110'

red 117 ◦ green 97 ◦ blue 16

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

Shades of Yukon Gold #756110

Tints of Yukon Gold #756110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.17%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 50.87%
G = 42.17%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#756110 (or 0x756110) is known color: Yukon Gold. HEX triplet: 75, 61 and 10. RGB value is (117,97,16). Sum of RGB (Red+Green+Blue) = 117+97+16=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #756110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756110 is #8A9EEF. Grayscale: #5E5E5E. Windows color (decimal): -9084656 or 1073525. OLE color: 1073525.

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

Color convert

RGB 117 97 16 -
CMYK 0 0.17 0.86 0.54
HSL 48.12º 0.76% 0.26% -
HSV(B) 48.12º 0.86% 0.46% -
XYZ 11.7 12.37 2.26 -
YUV 93.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 117 97 16 0 0.17 0.86 0.54 48.12 0.76 0.26
Hex 75 61 10 0 11 56 36 30 4C 1A
Octal 165 141 20 0 21 126 66 60 114 32
Binary 1110101 1100001 10000 0 10001 1010110 110110 110000 1001100 11010

Color Harmonies of #756110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756110

Black with #756110

Text Example


Text Example

White with #756110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756110; }

 p { color: rgb(117,97,16); }

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

background-color css

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

 a { background-color: rgb(117,97,16); }

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

border-color css

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

 span { border-color: rgb(117,97,16); }

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