Html Css Color HEX #756009 Yukon Gold

📋 copy color: '#756009'

red 117 ◦ green 96 ◦ blue 9

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

Shades of Yukon Gold #756009

Tints of Yukon Gold #756009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.05%

R = 52.7%
G = 43.24%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#756009 (or 0x756009) is known color: Yukon Gold. HEX triplet: 75, 60 and 09. RGB value is (117,96,9). Sum of RGB (Red+Green+Blue) = 117+96+9=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #756009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756009 is #8A9FF6. Grayscale: #5C5C5C. Windows color (decimal): -9084919 or 614517. OLE color: 614517.

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

Color convert

RGB 117 96 9 -
CMYK 0 0.18 0.92 0.54
HSL 48.33º 0.86% 0.25% -
HSV(B) 48.33º 0.92% 0.46% -
XYZ 11.57 12.17 2 -
YUV 92.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 117 96 9 0 0.18 0.92 0.54 48.33 0.86 0.25
Hex 75 60 9 0 12 5C 36 30 56 19
Octal 165 140 11 0 22 134 66 60 126 31
Binary 1110101 1100000 1001 0 10010 1011100 110110 110000 1010110 11001

Color Harmonies of #756009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756009

Black with #756009

Text Example


Text Example

White with #756009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756009; }

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

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

background-color css

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

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

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

border-color css

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

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

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