Html Css Color HEX #75680C Yukon Gold

📋 copy color: '#75680C'

red 117 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #75680C

Tints of Yukon Gold #75680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.64%

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

R = 50.21%
G = 44.64%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75680C (or 0x75680C) is known color: Yukon Gold. HEX triplet: 75, 68 and 0C. RGB value is (117,104,12). Sum of RGB (Red+Green+Blue) = 117+104+12=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75680C is #8A97F3. Grayscale: #616161. Windows color (decimal): -9082868 or 813173. OLE color: 813173.

HSL color Cylindrical-coordinate representation of color #75680C: hue angle of 52.57º 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 #75680C is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 12 -
CMYK 0 0.11 0.90 0.54
HSL 52.57º 0.81% 0.25% -
HSV(B) 52.57º 0.9% 0.46% -
XYZ 12.35 13.71 2.34 -
YUV 97.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 117 104 12 0 0.11 0.90 0.54 52.57 0.81 0.25
Hex 75 68 C 0 B 5A 36 35 51 19
Octal 165 150 14 0 13 132 66 65 121 31
Binary 1110101 1101000 1100 0 1011 1011010 110110 110101 1010001 11001

Color Harmonies of #75680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75680C

Black with #75680C

Text Example


Text Example

White with #75680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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