Html Css Color HEX #756216 Yukon Gold

📋 copy color: '#756216'

red 117 ◦ green 98 ◦ blue 22

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

Shades of Yukon Gold #756216

Tints of Yukon Gold #756216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

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

R = 49.37%
G = 41.35%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#756216 (or 0x756216) is known color: Yukon Gold. HEX triplet: 75, 62 and 16. RGB value is (117,98,22). Sum of RGB (Red+Green+Blue) = 117+98+22=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756216 is #8A9DE9. Grayscale: #5F5F5F. Windows color (decimal): -9084394 or 1466997. OLE color: 1466997.

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

Color convert

RGB 117 98 22 -
CMYK 0 0.16 0.81 0.54
HSL 48º 0.68% 0.27% -
HSV(B) 48º 0.81% 0.46% -
XYZ 11.85 12.58 2.56 -
YUV 95.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 117 98 22 0 0.16 0.81 0.54 48 0.68 0.27
Hex 75 62 16 0 10 51 36 30 44 1B
Octal 165 142 26 0 20 121 66 60 104 33
Binary 1110101 1100010 10110 0 10000 1010001 110110 110000 1000100 11011

Color Harmonies of #756216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756216

Black with #756216

Text Example


Text Example

White with #756216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756216; }

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

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

background-color css

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

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

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

border-color css

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

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

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