Html Css Color HEX #756513 Yukon Gold

📋 copy color: '#756513'

red 117 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #756513

Tints of Yukon Gold #756513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 49.37%
G = 42.62%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756513 (or 0x756513) is known color: Yukon Gold. HEX triplet: 75, 65 and 13. RGB value is (117,101,19). Sum of RGB (Red+Green+Blue) = 117+101+19=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756513 is #8A9AEC. Grayscale: #606060. Windows color (decimal): -9083629 or 1271157. OLE color: 1271157.

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

Color convert

RGB 117 101 19 -
CMYK 0 0.14 0.84 0.54
HSL 50.2º 0.72% 0.27% -
HSV(B) 50.2º 0.84% 0.46% -
XYZ 12.11 13.14 2.51 -
YUV 96.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 117 101 19 0 0.14 0.84 0.54 50.2 0.72 0.27
Hex 75 65 13 0 E 54 36 32 48 1B
Octal 165 145 23 0 16 124 66 62 110 33
Binary 1110101 1100101 10011 0 1110 1010100 110110 110010 1001000 11011

Color Harmonies of #756513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756513

Black with #756513

Text Example


Text Example

White with #756513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756513; }

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

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

background-color css

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

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

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

border-color css

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

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

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