Html Css Color HEX #756614 Yukon Gold

📋 copy color: '#756614'

red 117 ◦ green 102 ◦ blue 20

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

Shades of Yukon Gold #756614

Tints of Yukon Gold #756614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 48.95%
G = 42.68%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#756614 (or 0x756614) is known color: Yukon Gold. HEX triplet: 75, 66 and 14. RGB value is (117,102,20). Sum of RGB (Red+Green+Blue) = 117+102+20=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #756614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756614 is #8A99EB. Grayscale: #616161. Windows color (decimal): -9083372 or 1336949. OLE color: 1336949.

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

Color convert

RGB 117 102 20 -
CMYK 0 0.13 0.83 0.54
HSL 50.72º 0.71% 0.27% -
HSV(B) 50.72º 0.83% 0.46% -
XYZ 12.21 13.34 2.59 -
YUV 97.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 117 102 20 0 0.13 0.83 0.54 50.72 0.71 0.27
Hex 75 66 14 0 D 53 36 33 47 1B
Octal 165 146 24 0 15 123 66 63 107 33
Binary 1110101 1100110 10100 0 1101 1010011 110110 110011 1000111 11011

Color Harmonies of #756614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756614

Black with #756614

Text Example


Text Example

White with #756614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756614; }

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

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

background-color css

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

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

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

border-color css

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

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

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