Html Css Color HEX #756517 Yukon Gold

📋 copy color: '#756517'

red 117 ◦ green 101 ◦ blue 23

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

Shades of Yukon Gold #756517

Tints of Yukon Gold #756517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 48.55%
G = 41.91%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#756517 (or 0x756517) is known color: Yukon Gold. HEX triplet: 75, 65 and 17. RGB value is (117,101,23). Sum of RGB (Red+Green+Blue) = 117+101+23=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756517 is #8A9AE8. Grayscale: #616161. Windows color (decimal): -9083625 or 1533301. OLE color: 1533301.

HSL color Cylindrical-coordinate representation of color #756517: hue angle of 49.79º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #756517 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 23 -
CMYK 0 0.14 0.80 0.54
HSL 49.79º 0.67% 0.27% -
HSV(B) 49.79º 0.8% 0.46% -
XYZ 12.14 13.15 2.71 -
YUV 96.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 117 101 23 0 0.14 0.80 0.54 49.79 0.67 0.27
Hex 75 65 17 0 E 50 36 32 43 1B
Octal 165 145 27 0 16 120 66 62 103 33
Binary 1110101 1100101 10111 0 1110 1010000 110110 110010 1000011 11011

Color Harmonies of #756517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756517

Black with #756517

Text Example


Text Example

White with #756517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756517; }

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

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

background-color css

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

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

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

border-color css

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

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

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