Html Css Color HEX #756210 Yukon Gold

📋 copy color: '#756210'

red 117 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #756210

Tints of Yukon Gold #756210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

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

R = 50.65%
G = 42.42%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#756210 (or 0x756210) is known color: Yukon Gold. HEX triplet: 75, 62 and 10. RGB value is (117,98,16). Sum of RGB (Red+Green+Blue) = 117+98+16=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #756210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756210 is #8A9DEF. Grayscale: #5E5E5E. Windows color (decimal): -9084400 or 1073781. OLE color: 1073781.

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

Color convert

RGB 117 98 16 -
CMYK 0 0.16 0.86 0.54
HSL 48.71º 0.76% 0.26% -
HSV(B) 48.71º 0.86% 0.46% -
XYZ 11.8 12.55 2.29 -
YUV 94.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 117 98 16 0 0.16 0.86 0.54 48.71 0.76 0.26
Hex 75 62 10 0 10 56 36 31 4C 1A
Octal 165 142 20 0 20 126 66 61 114 32
Binary 1110101 1100010 10000 0 10000 1010110 110110 110001 1001100 11010

Color Harmonies of #756210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756210

Black with #756210

Text Example


Text Example

White with #756210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756210; }

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

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

background-color css

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

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

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

border-color css

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

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

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