Html Css Color HEX #756220 Yukon Gold

📋 copy color: '#756220'

red 117 ◦ green 98 ◦ blue 32

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

Shades of Yukon Gold #756220

Tints of Yukon Gold #756220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 47.37%
G = 39.68%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#756220 (or 0x756220) is known color: Yukon Gold. HEX triplet: 75, 62 and 20. RGB value is (117,98,32). Sum of RGB (Red+Green+Blue) = 117+98+32=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756220 is #8A9DDF. Grayscale: #606060. Windows color (decimal): -9084384 or 2122357. OLE color: 2122357.

HSL color Cylindrical-coordinate representation of color #756220: hue angle of 46.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #756220 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 32 -
CMYK 0 0.16 0.73 0.54
HSL 46.59º 0.57% 0.29% -
HSV(B) 46.59º 0.73% 0.46% -
XYZ 11.96 12.62 3.17 -
YUV 96.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 117 98 32 0 0.16 0.73 0.54 46.59 0.57 0.29
Hex 75 62 20 0 10 49 36 2F 39 1D
Octal 165 142 40 0 20 111 66 57 71 35
Binary 1110101 1100010 100000 0 10000 1001001 110110 101111 111001 11101

Color Harmonies of #756220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756220

Black with #756220

Text Example


Text Example

White with #756220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756220; }

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

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

background-color css

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

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

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

border-color css

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

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

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