Html Css Color HEX #756A0C Yukon Gold

📋 copy color: '#756A0C'

red 117 ◦ green 106 ◦ blue 12

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

Shades of Yukon Gold #756A0C

Tints of Yukon Gold #756A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 49.79%
G = 45.11%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#756A0C (or 0x756A0C) is known color: Yukon Gold. HEX triplet: 75, 6A and 0C. RGB value is (117,106,12). Sum of RGB (Red+Green+Blue) = 117+106+12=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #756A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A0C is #8A95F3. Grayscale: #626262. Windows color (decimal): -9082356 or 813685. OLE color: 813685.

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

Color convert

RGB 117 106 12 -
CMYK 0 0.09 0.90 0.54
HSL 53.71º 0.81% 0.25% -
HSV(B) 53.71º 0.9% 0.46% -
XYZ 12.56 14.12 2.41 -
YUV 98.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 117 106 12 0 0.09 0.90 0.54 53.71 0.81 0.25
Hex 75 6A C 0 9 5A 36 36 51 19
Octal 165 152 14 0 11 132 66 66 121 31
Binary 1110101 1101010 1100 0 1001 1011010 110110 110110 1010001 11001

Color Harmonies of #756A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A0C

Black with #756A0C

Text Example


Text Example

White with #756A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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