Html Css Color HEX #756115 Yukon Gold

📋 copy color: '#756115'

red 117 ◦ green 97 ◦ blue 21

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

Shades of Yukon Gold #756115

Tints of Yukon Gold #756115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 49.79%
G = 41.28%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#756115 (or 0x756115) is known color: Yukon Gold. HEX triplet: 75, 61 and 15. RGB value is (117,97,21). Sum of RGB (Red+Green+Blue) = 117+97+21=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756115 is #8A9EEA. Grayscale: #5E5E5E. Windows color (decimal): -9084651 or 1401205. OLE color: 1401205.

HSL color Cylindrical-coordinate representation of color #756115: hue angle of 47.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #756115 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 21 -
CMYK 0 0.17 0.82 0.54
HSL 47.5º 0.7% 0.27% -
HSV(B) 47.5º 0.82% 0.46% -
XYZ 11.75 12.39 2.48 -
YUV 94.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 117 97 21 0 0.17 0.82 0.54 47.5 0.7 0.27
Hex 75 61 15 0 11 52 36 30 46 1B
Octal 165 141 25 0 21 122 66 60 106 33
Binary 1110101 1100001 10101 0 10001 1010010 110110 110000 1000110 11011

Color Harmonies of #756115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756115

Black with #756115

Text Example


Text Example

White with #756115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756115; }

 p { color: rgb(117,97,21); }

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

background-color css

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

 a { background-color: rgb(117,97,21); }

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

border-color css

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

 span { border-color: rgb(117,97,21); }

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