Html Css Color HEX #756510 Yukon Gold

📋 copy color: '#756510'

red 117 ◦ green 101 ◦ blue 16

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

Shades of Yukon Gold #756510

Tints of Yukon Gold #756510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

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

R = 50%
G = 43.16%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#756510 (or 0x756510) is known color: Yukon Gold. HEX triplet: 75, 65 and 10. RGB value is (117,101,16). Sum of RGB (Red+Green+Blue) = 117+101+16=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756510 is #8A9AEF. Grayscale: #606060. Windows color (decimal): -9083632 or 1074549. OLE color: 1074549.

HSL color Cylindrical-coordinate representation of color #756510: hue angle of 50.5º 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 #756510 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 16 -
CMYK 0 0.14 0.86 0.54
HSL 50.5º 0.76% 0.26% -
HSV(B) 50.5º 0.86% 0.46% -
XYZ 12.08 13.13 2.39 -
YUV 96.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 117 101 16 0 0.14 0.86 0.54 50.5 0.76 0.26
Hex 75 65 10 0 E 56 36 32 4C 1A
Octal 165 145 20 0 16 126 66 62 114 32
Binary 1110101 1100101 10000 0 1110 1010110 110110 110010 1001100 11010

Color Harmonies of #756510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756510

Black with #756510

Text Example


Text Example

White with #756510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756510; }

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

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

background-color css

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

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

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

border-color css

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

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

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