Html Css Color HEX #756421 Yukon Gold

📋 copy color: '#756421'

red 117 ◦ green 100 ◦ blue 33

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

Shades of Yukon Gold #756421

Tints of Yukon Gold #756421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 46.8%
G = 40%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#756421 (or 0x756421) is known color: Yukon Gold. HEX triplet: 75, 64 and 21. RGB value is (117,100,33). Sum of RGB (Red+Green+Blue) = 117+100+33=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #756421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756421 is #8A9BDE. Grayscale: #616161. Windows color (decimal): -9083871 or 2188405. OLE color: 2188405.

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

Color convert

RGB 117 100 33 -
CMYK 0 0.15 0.72 0.54
HSL 47.86º 0.56% 0.29% -
HSV(B) 47.86º 0.72% 0.46% -
XYZ 12.17 13.01 3.31 -
YUV 97.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 117 100 33 0 0.15 0.72 0.54 47.86 0.56 0.29
Hex 75 64 21 0 F 48 36 30 38 1D
Octal 165 144 41 0 17 110 66 60 70 35
Binary 1110101 1100100 100001 0 1111 1001000 110110 110000 111000 11101

Color Harmonies of #756421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756421

Black with #756421

Text Example


Text Example

White with #756421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756421; }

 p { color: rgb(117,100,33); }

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

background-color css

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

 a { background-color: rgb(117,100,33); }

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

border-color css

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

 span { border-color: rgb(117,100,33); }

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