Html Css Color HEX #756320 Yukon Gold

📋 copy color: '#756320'

red 117 ◦ green 99 ◦ blue 32

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

Shades of Yukon Gold #756320

Tints of Yukon Gold #756320

RGB

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

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

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

R = 47.18%
G = 39.92%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#756320 (or 0x756320) is known color: Yukon Gold. HEX triplet: 75, 63 and 20. RGB value is (117,99,32). Sum of RGB (Red+Green+Blue) = 117+99+32=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #756320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756320 is #8A9CDF. Grayscale: #616161. Windows color (decimal): -9084128 or 2122613. OLE color: 2122613.

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

Color convert

RGB 117 99 32 -
CMYK 0 0.15 0.73 0.54
HSL 47.29º 0.57% 0.29% -
HSV(B) 47.29º 0.73% 0.46% -
XYZ 12.06 12.81 3.2 -
YUV 96.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 117 99 32 0 0.15 0.73 0.54 47.29 0.57 0.29
Hex 75 63 20 0 F 49 36 2F 39 1D
Octal 165 143 40 0 17 111 66 57 71 35
Binary 1110101 1100011 100000 0 1111 1001001 110110 101111 111001 11101

Color Harmonies of #756320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756320

Black with #756320

Text Example


Text Example

White with #756320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756320; }

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

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

background-color css

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

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

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

border-color css

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

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

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