Html Css Color HEX #756720 Yukon Gold

📋 copy color: '#756720'

red 117 ◦ green 103 ◦ blue 32

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

Shades of Yukon Gold #756720

Tints of Yukon Gold #756720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 46.43%
G = 40.87%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#756720 (or 0x756720) is known color: Yukon Gold. HEX triplet: 75, 67 and 20. RGB value is (117,103,32). Sum of RGB (Red+Green+Blue) = 117+103+32=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756720 is #8A98DF. Grayscale: #636363. Windows color (decimal): -9083104 or 2123637. OLE color: 2123637.

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

Color convert

RGB 117 103 32 -
CMYK 0 0.12 0.73 0.54
HSL 50.12º 0.57% 0.29% -
HSV(B) 50.12º 0.73% 0.46% -
XYZ 12.45 13.59 3.33 -
YUV 99.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 117 103 32 0 0.12 0.73 0.54 50.12 0.57 0.29
Hex 75 67 20 0 C 49 36 32 39 1D
Octal 165 147 40 0 14 111 66 62 71 35
Binary 1110101 1100111 100000 0 1100 1001001 110110 110010 111001 11101

Color Harmonies of #756720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756720

Black with #756720

Text Example


Text Example

White with #756720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756720; }

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

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

background-color css

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

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

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

border-color css

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

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

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