Html Css Color HEX #756114 Yukon Gold

📋 copy color: '#756114'

red 117 ◦ green 97 ◦ blue 20

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

Shades of Yukon Gold #756114

Tints of Yukon Gold #756114

RGB

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

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

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

R = 50%
G = 41.45%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#756114 (or 0x756114) is known color: Yukon Gold. HEX triplet: 75, 61 and 14. RGB value is (117,97,20). Sum of RGB (Red+Green+Blue) = 117+97+20=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756114 is #8A9EEB. Grayscale: #5E5E5E. Windows color (decimal): -9084652 or 1335669. OLE color: 1335669.

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

Color convert

RGB 117 97 20 -
CMYK 0 0.17 0.83 0.54
HSL 47.63º 0.71% 0.27% -
HSV(B) 47.63º 0.83% 0.46% -
XYZ 11.74 12.38 2.43 -
YUV 94.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 117 97 20 0 0.17 0.83 0.54 47.63 0.71 0.27
Hex 75 61 14 0 11 53 36 30 47 1B
Octal 165 141 24 0 21 123 66 60 107 33
Binary 1110101 1100001 10100 0 10001 1010011 110110 110000 1000111 11011

Color Harmonies of #756114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756114

Black with #756114

Text Example


Text Example

White with #756114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756114; }

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

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

background-color css

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

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

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

border-color css

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

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

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