Html Css Color HEX #756104 Yukon Gold

📋 copy color: '#756104'

red 117 ◦ green 97 ◦ blue 4

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

Shades of Yukon Gold #756104

Tints of Yukon Gold #756104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 53.67%
G = 44.5%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#756104 (or 0x756104) is known color: Yukon Gold. HEX triplet: 75, 61 and 04. RGB value is (117,97,4). Sum of RGB (Red+Green+Blue) = 117+97+4=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #756104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756104 is #8A9EFB. Grayscale: #5C5C5C. Windows color (decimal): -9084668 or 287093. OLE color: 287093.

HSL color Cylindrical-coordinate representation of color #756104: hue angle of 49.38º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #756104 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 4 -
CMYK 0 0.17 0.97 0.54
HSL 49.38º 0.93% 0.24% -
HSV(B) 49.38º 0.97% 0.46% -
XYZ 11.63 12.34 1.88 -
YUV 92.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 117 97 4 0 0.17 0.97 0.54 49.38 0.93 0.24
Hex 75 61 4 0 11 61 36 31 5D 18
Octal 165 141 4 0 21 141 66 61 135 30
Binary 1110101 1100001 100 0 10001 1100001 110110 110001 1011101 11000

Color Harmonies of #756104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756104

Black with #756104

Text Example


Text Example

White with #756104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756104; }

 p { color: rgb(117,97,4); }

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

background-color css

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

 a { background-color: rgb(117,97,4); }

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

border-color css

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

 span { border-color: rgb(117,97,4); }

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