Html Css Color HEX #756316 Yukon Gold

📋 copy color: '#756316'

red 117 ◦ green 99 ◦ blue 22

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

Shades of Yukon Gold #756316

Tints of Yukon Gold #756316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 49.16%
G = 41.6%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#756316 (or 0x756316) is known color: Yukon Gold. HEX triplet: 75, 63 and 16. RGB value is (117,99,22). Sum of RGB (Red+Green+Blue) = 117+99+22=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #756316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756316 is #8A9CE9. Grayscale: #5F5F5F. Windows color (decimal): -9084138 or 1467253. OLE color: 1467253.

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

Color convert

RGB 117 99 22 -
CMYK 0 0.15 0.81 0.54
HSL 48.63º 0.68% 0.27% -
HSV(B) 48.63º 0.81% 0.46% -
XYZ 11.94 12.76 2.59 -
YUV 95.6 86.46 143.26 -
System Red Green Blue C M Y K H S L
Decimal 117 99 22 0 0.15 0.81 0.54 48.63 0.68 0.27
Hex 75 63 16 0 F 51 36 31 44 1B
Octal 165 143 26 0 17 121 66 61 104 33
Binary 1110101 1100011 10110 0 1111 1010001 110110 110001 1000100 11011

Color Harmonies of #756316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756316

Black with #756316

Text Example


Text Example

White with #756316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756316; }

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

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

background-color css

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

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

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

border-color css

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

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

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