Html Css Color HEX #756308 Yukon Gold

📋 copy color: '#756308'

red 117 ◦ green 99 ◦ blue 8

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

Shades of Yukon Gold #756308

Tints of Yukon Gold #756308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

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

R = 52.23%
G = 44.2%
B = 3.57%

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

#756308 (or 0x756308) is known color: Yukon Gold. HEX triplet: 75, 63 and 08. RGB value is (117,99,8). Sum of RGB (Red+Green+Blue) = 117+99+8=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #756308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756308 is #8A9CF7. Grayscale: #5E5E5E. Windows color (decimal): -9084152 or 549749. OLE color: 549749.

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

Color convert

RGB 117 99 8 -
CMYK 0 0.15 0.93 0.54
HSL 50.09º 0.87% 0.25% -
HSV(B) 50.09º 0.93% 0.46% -
XYZ 11.84 12.72 2.06 -
YUV 94.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 117 99 8 0 0.15 0.93 0.54 50.09 0.87 0.25
Hex 75 63 8 0 F 5D 36 32 57 19
Octal 165 143 10 0 17 135 66 62 127 31
Binary 1110101 1100011 1000 0 1111 1011101 110110 110010 1010111 11001

Color Harmonies of #756308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756308

Black with #756308

Text Example


Text Example

White with #756308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756308; }

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

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

background-color css

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

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

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

border-color css

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

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

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