Html Css Color HEX #756713 Yukon Gold

📋 copy color: '#756713'

red 117 ◦ green 103 ◦ blue 19

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

Shades of Yukon Gold #756713

Tints of Yukon Gold #756713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.1%

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

R = 48.95%
G = 43.1%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756713 (or 0x756713) is known color: Yukon Gold. HEX triplet: 75, 67 and 13. RGB value is (117,103,19). Sum of RGB (Red+Green+Blue) = 117+103+19=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #756713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756713 is #8A98EC. Grayscale: #616161. Windows color (decimal): -9083117 or 1271669. OLE color: 1271669.

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

Color convert

RGB 117 103 19 -
CMYK 0 0.12 0.84 0.54
HSL 51.43º 0.72% 0.27% -
HSV(B) 51.43º 0.84% 0.46% -
XYZ 12.3 13.53 2.58 -
YUV 97.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 117 103 19 0 0.12 0.84 0.54 51.43 0.72 0.27
Hex 75 67 13 0 C 54 36 33 48 1B
Octal 165 147 23 0 14 124 66 63 110 33
Binary 1110101 1100111 10011 0 1100 1010100 110110 110011 1001000 11011

Color Harmonies of #756713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756713

Black with #756713

Text Example


Text Example

White with #756713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756713; }

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

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

background-color css

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

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

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

border-color css

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

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

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