Html Css Color HEX #756A0D Yukon Gold

📋 copy color: '#756A0D'

red 117 ◦ green 106 ◦ blue 13

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

Shades of Yukon Gold #756A0D

Tints of Yukon Gold #756A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 49.58%
G = 44.92%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#756A0D (or 0x756A0D) is known color: Yukon Gold. HEX triplet: 75, 6A and 0D. RGB value is (117,106,13). Sum of RGB (Red+Green+Blue) = 117+106+13=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A0D is #8A95F2. Grayscale: #636363. Windows color (decimal): -9082355 or 879221. OLE color: 879221.

HSL color Cylindrical-coordinate representation of color #756A0D: hue angle of 53.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #756A0D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 13 -
CMYK 0 0.09 0.89 0.54
HSL 53.65º 0.8% 0.25% -
HSV(B) 53.65º 0.89% 0.46% -
XYZ 12.56 14.12 2.44 -
YUV 98.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 117 106 13 0 0.09 0.89 0.54 53.65 0.8 0.25
Hex 75 6A D 0 9 59 36 36 50 19
Octal 165 152 15 0 11 131 66 66 120 31
Binary 1110101 1101010 1101 0 1001 1011001 110110 110110 1010000 11001

Color Harmonies of #756A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A0D

Black with #756A0D

Text Example


Text Example

White with #756A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A0D; }

 p { color: rgb(117,106,13); }

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

background-color css

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

 a { background-color: rgb(117,106,13); }

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

border-color css

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

 span { border-color: rgb(117,106,13); }

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