Html Css Color HEX #756917 Yukon Gold

📋 copy color: '#756917'

red 117 ◦ green 105 ◦ blue 23

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

Shades of Yukon Gold #756917

Tints of Yukon Gold #756917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 47.76%
G = 42.86%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#756917 (or 0x756917) is known color: Yukon Gold. HEX triplet: 75, 69 and 17. RGB value is (117,105,23). Sum of RGB (Red+Green+Blue) = 117+105+23=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756917 is #8A96E8. Grayscale: #636363. Windows color (decimal): -9082601 or 1534325. OLE color: 1534325.

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

Color convert

RGB 117 105 23 -
CMYK 0 0.10 0.80 0.54
HSL 52.34º 0.67% 0.27% -
HSV(B) 52.34º 0.8% 0.46% -
XYZ 12.54 13.95 2.84 -
YUV 99.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 117 105 23 0 0.10 0.80 0.54 52.34 0.67 0.27
Hex 75 69 17 0 A 50 36 34 43 1B
Octal 165 151 27 0 12 120 66 64 103 33
Binary 1110101 1101001 10111 0 1010 1010000 110110 110100 1000011 11011

Color Harmonies of #756917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756917

Black with #756917

Text Example


Text Example

White with #756917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756917; }

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

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

background-color css

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

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

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

border-color css

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

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

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