Html Css Color HEX #756307 Yukon Gold

📋 copy color: '#756307'

red 117 ◦ green 99 ◦ blue 7

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

Shades of Yukon Gold #756307

Tints of Yukon Gold #756307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.14%

R = 52.47%
G = 44.39%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#756307 (or 0x756307) is known color: Yukon Gold. HEX triplet: 75, 63 and 07. RGB value is (117,99,7). Sum of RGB (Red+Green+Blue) = 117+99+7=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #756307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756307 is #8A9CF8. Grayscale: #5E5E5E. Windows color (decimal): -9084153 or 484213. OLE color: 484213.

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

Color convert

RGB 117 99 7 -
CMYK 0 0.15 0.94 0.54
HSL 50.18º 0.89% 0.24% -
HSV(B) 50.18º 0.94% 0.46% -
XYZ 11.84 12.72 2.03 -
YUV 93.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 117 99 7 0 0.15 0.94 0.54 50.18 0.89 0.24
Hex 75 63 7 0 F 5E 36 32 59 18
Octal 165 143 7 0 17 136 66 62 131 30
Binary 1110101 1100011 111 0 1111 1011110 110110 110010 1011001 11000

Color Harmonies of #756307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756307

Black with #756307

Text Example


Text Example

White with #756307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756307; }

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

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

background-color css

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

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

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

border-color css

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

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

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