Html Css Color HEX #75680D Yukon Gold

📋 copy color: '#75680D'

red 117 ◦ green 104 ◦ blue 13

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

Shades of Yukon Gold #75680D

Tints of Yukon Gold #75680D

RGB

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

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

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

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75680D (or 0x75680D) is known color: Yukon Gold. HEX triplet: 75, 68 and 0D. RGB value is (117,104,13). Sum of RGB (Red+Green+Blue) = 117+104+13=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75680D is #8A97F2. Grayscale: #616161. Windows color (decimal): -9082867 or 878709. OLE color: 878709.

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

Color convert

RGB 117 104 13 -
CMYK 0 0.11 0.89 0.54
HSL 52.5º 0.8% 0.25% -
HSV(B) 52.5º 0.89% 0.46% -
XYZ 12.36 13.71 2.38 -
YUV 97.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 117 104 13 0 0.11 0.89 0.54 52.5 0.8 0.25
Hex 75 68 D 0 B 59 36 34 50 19
Octal 165 150 15 0 13 131 66 64 120 31
Binary 1110101 1101000 1101 0 1011 1011001 110110 110100 1010000 11001

Color Harmonies of #75680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75680D

Black with #75680D

Text Example


Text Example

White with #75680D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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