Html Css Color HEX #756317 Yukon Gold

📋 copy color: '#756317'

red 117 ◦ green 99 ◦ blue 23

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

Shades of Yukon Gold #756317

Tints of Yukon Gold #756317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

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

R = 48.95%
G = 41.42%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#756317 (or 0x756317) is known color: Yukon Gold. HEX triplet: 75, 63 and 17. RGB value is (117,99,23). Sum of RGB (Red+Green+Blue) = 117+99+23=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #756317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756317 is #8A9CE8. Grayscale: #606060. Windows color (decimal): -9084137 or 1532789. OLE color: 1532789.

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

Color convert

RGB 117 99 23 -
CMYK 0 0.15 0.80 0.54
HSL 48.51º 0.67% 0.27% -
HSV(B) 48.51º 0.8% 0.46% -
XYZ 11.95 12.77 2.65 -
YUV 95.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 117 99 23 0 0.15 0.80 0.54 48.51 0.67 0.27
Hex 75 63 17 0 F 50 36 31 43 1B
Octal 165 143 27 0 17 120 66 61 103 33
Binary 1110101 1100011 10111 0 1111 1010000 110110 110001 1000011 11011

Color Harmonies of #756317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756317

Black with #756317

Text Example


Text Example

White with #756317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756317; }

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

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

background-color css

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

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

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

border-color css

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

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

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