Html Css Color HEX #756508 Yukon Gold

📋 copy color: '#756508'

red 117 ◦ green 101 ◦ blue 8

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

Shades of Yukon Gold #756508

Tints of Yukon Gold #756508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.69%

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

R = 51.77%
G = 44.69%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#756508 (or 0x756508) is known color: Yukon Gold. HEX triplet: 75, 65 and 08. RGB value is (117,101,8). Sum of RGB (Red+Green+Blue) = 117+101+8=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #756508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756508 is #8A9AF7. Grayscale: #5F5F5F. Windows color (decimal): -9083640 or 550261. OLE color: 550261.

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

Color convert

RGB 117 101 8 -
CMYK 0 0.14 0.93 0.54
HSL 51.19º 0.87% 0.25% -
HSV(B) 51.19º 0.93% 0.46% -
XYZ 12.03 13.11 2.13 -
YUV 95.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 117 101 8 0 0.14 0.93 0.54 51.19 0.87 0.25
Hex 75 65 8 0 E 5D 36 33 57 19
Octal 165 145 10 0 16 135 66 63 127 31
Binary 1110101 1100101 1000 0 1110 1011101 110110 110011 1010111 11001

Color Harmonies of #756508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756508

Black with #756508

Text Example


Text Example

White with #756508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756508; }

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

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

background-color css

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

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

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

border-color css

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

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

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