Html Css Color HEX #756314 Yukon Gold

📋 copy color: '#756314'

red 117 ◦ green 99 ◦ blue 20

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

Shades of Yukon Gold #756314

Tints of Yukon Gold #756314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 49.58%
G = 41.95%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#756314 (or 0x756314) is known color: Yukon Gold. HEX triplet: 75, 63 and 14. RGB value is (117,99,20). Sum of RGB (Red+Green+Blue) = 117+99+20=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756314 is #8A9CEB. Grayscale: #5F5F5F. Windows color (decimal): -9084140 or 1336181. OLE color: 1336181.

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

Color convert

RGB 117 99 20 -
CMYK 0 0.15 0.83 0.54
HSL 48.87º 0.71% 0.27% -
HSV(B) 48.87º 0.83% 0.46% -
XYZ 11.92 12.76 2.5 -
YUV 95.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 117 99 20 0 0.15 0.83 0.54 48.87 0.71 0.27
Hex 75 63 14 0 F 53 36 31 47 1B
Octal 165 143 24 0 17 123 66 61 107 33
Binary 1110101 1100011 10100 0 1111 1010011 110110 110001 1000111 11011

Color Harmonies of #756314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756314

Black with #756314

Text Example


Text Example

White with #756314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756314; }

 p { color: rgb(117,99,20); }

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

background-color css

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

 a { background-color: rgb(117,99,20); }

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

border-color css

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

 span { border-color: rgb(117,99,20); }

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