Html Css Color HEX #756408 Yukon Gold

📋 copy color: '#756408'

red 117 ◦ green 100 ◦ blue 8

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

Shades of Yukon Gold #756408

Tints of Yukon Gold #756408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.56%

R = 52%
G = 44.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#756408 (or 0x756408) is known color: Yukon Gold. HEX triplet: 75, 64 and 08. RGB value is (117,100,8). Sum of RGB (Red+Green+Blue) = 117+100+8=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #756408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756408 is #8A9BF7. Grayscale: #5E5E5E. Windows color (decimal): -9083896 or 550005. OLE color: 550005.

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

Color convert

RGB 117 100 8 -
CMYK 0 0.15 0.93 0.54
HSL 50.64º 0.87% 0.25% -
HSV(B) 50.64º 0.93% 0.46% -
XYZ 11.94 12.91 2.09 -
YUV 94.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 117 100 8 0 0.15 0.93 0.54 50.64 0.87 0.25
Hex 75 64 8 0 F 5D 36 33 57 19
Octal 165 144 10 0 17 135 66 63 127 31
Binary 1110101 1100100 1000 0 1111 1011101 110110 110011 1010111 11001

Color Harmonies of #756408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756408

Black with #756408

Text Example


Text Example

White with #756408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756408; }

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

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

background-color css

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

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

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

border-color css

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

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

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