Html Css Color HEX #756016 Yukon Gold

📋 copy color: '#756016'

red 117 ◦ green 96 ◦ blue 22

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

Shades of Yukon Gold #756016

Tints of Yukon Gold #756016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 49.79%
G = 40.85%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#756016 (or 0x756016) is known color: Yukon Gold. HEX triplet: 75, 60 and 16. RGB value is (117,96,22). Sum of RGB (Red+Green+Blue) = 117+96+22=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756016 is #8A9FE9. Grayscale: #5E5E5E. Windows color (decimal): -9084906 or 1466485. OLE color: 1466485.

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

Color convert

RGB 117 96 22 -
CMYK 0 0.18 0.81 0.54
HSL 46.74º 0.68% 0.27% -
HSV(B) 46.74º 0.81% 0.46% -
XYZ 11.66 12.21 2.5 -
YUV 93.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 117 96 22 0 0.18 0.81 0.54 46.74 0.68 0.27
Hex 75 60 16 0 12 51 36 2F 44 1B
Octal 165 140 26 0 22 121 66 57 104 33
Binary 1110101 1100000 10110 0 10010 1010001 110110 101111 1000100 11011

Color Harmonies of #756016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756016

Black with #756016

Text Example


Text Example

White with #756016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756016; }

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

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

background-color css

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

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

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

border-color css

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

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

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