Html Css Color HEX #756217 Yukon Gold

📋 copy color: '#756217'

red 117 ◦ green 98 ◦ blue 23

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

Shades of Yukon Gold #756217

Tints of Yukon Gold #756217

RGB

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

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

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

R = 49.16%
G = 41.18%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#756217 (or 0x756217) is known color: Yukon Gold. HEX triplet: 75, 62 and 17. RGB value is (117,98,23). Sum of RGB (Red+Green+Blue) = 117+98+23=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756217 is #8A9DE8. Grayscale: #5F5F5F. Windows color (decimal): -9084393 or 1532533. OLE color: 1532533.

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

Color convert

RGB 117 98 23 -
CMYK 0 0.16 0.80 0.54
HSL 47.87º 0.67% 0.27% -
HSV(B) 47.87º 0.8% 0.46% -
XYZ 11.86 12.58 2.61 -
YUV 95.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 117 98 23 0 0.16 0.80 0.54 47.87 0.67 0.27
Hex 75 62 17 0 10 50 36 30 43 1B
Octal 165 142 27 0 20 120 66 60 103 33
Binary 1110101 1100010 10111 0 10000 1010000 110110 110000 1000011 11011

Color Harmonies of #756217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756217

Black with #756217

Text Example


Text Example

White with #756217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756217; }

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

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

background-color css

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

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

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

border-color css

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

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

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