Html Css Color HEX #756008 Yukon Gold

📋 copy color: '#756008'

red 117 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #756008

Tints of Yukon Gold #756008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

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

R = 52.94%
G = 43.44%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#756008 (or 0x756008) is known color: Yukon Gold. HEX triplet: 75, 60 and 08. RGB value is (117,96,8). Sum of RGB (Red+Green+Blue) = 117+96+8=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #756008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756008 is #8A9FF7. Grayscale: #5C5C5C. Windows color (decimal): -9084920 or 548981. OLE color: 548981.

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

Color convert

RGB 117 96 8 -
CMYK 0 0.18 0.93 0.54
HSL 48.44º 0.87% 0.25% -
HSV(B) 48.44º 0.93% 0.46% -
XYZ 11.56 12.17 1.97 -
YUV 92.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 117 96 8 0 0.18 0.93 0.54 48.44 0.87 0.25
Hex 75 60 8 0 12 5D 36 30 57 19
Octal 165 140 10 0 22 135 66 60 127 31
Binary 1110101 1100000 1000 0 10010 1011101 110110 110000 1010111 11001

Color Harmonies of #756008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756008

Black with #756008

Text Example


Text Example

White with #756008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756008; }

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

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

background-color css

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

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

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

border-color css

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

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

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