Html Css Color HEX #756412 Yukon Gold

📋 copy color: '#756412'

red 117 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #756412

Tints of Yukon Gold #756412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 49.79%
G = 42.55%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756412 (or 0x756412) is known color: Yukon Gold. HEX triplet: 75, 64 and 12. RGB value is (117,100,18). Sum of RGB (Red+Green+Blue) = 117+100+18=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756412 is #8A9BED. Grayscale: #606060. Windows color (decimal): -9083886 or 1205365. OLE color: 1205365.

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

Color convert

RGB 117 100 18 -
CMYK 0 0.15 0.85 0.54
HSL 49.7º 0.73% 0.26% -
HSV(B) 49.7º 0.85% 0.46% -
XYZ 12 12.94 2.44 -
YUV 95.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 117 100 18 0 0.15 0.85 0.54 49.7 0.73 0.26
Hex 75 64 12 0 F 55 36 32 49 1A
Octal 165 144 22 0 17 125 66 62 111 32
Binary 1110101 1100100 10010 0 1111 1010101 110110 110010 1001001 11010

Color Harmonies of #756412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756412

Black with #756412

Text Example


Text Example

White with #756412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756412; }

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

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

background-color css

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

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

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

border-color css

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

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

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