Html Css Color HEX #78600D Yukon Gold

📋 copy color: '#78600D'

red 120 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #78600D

Tints of Yukon Gold #78600D

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 52.4%
G = 41.92%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78600D (or 0x78600D) is known color: Yukon Gold. HEX triplet: 78, 60 and 0D. RGB value is (120,96,13). Sum of RGB (Red+Green+Blue) = 120+96+13=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78600D is #879FF2. Grayscale: #5E5E5E. Windows color (decimal): -8888307 or 876664. OLE color: 876664.

HSL color Cylindrical-coordinate representation of color #78600D: hue angle of 46.54º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78600D is Cyan = 0, Magento = 0.2, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 13 -
CMYK 0 0.2 0.89 0.53
HSL 46.54º 0.8% 0.26% -
HSV(B) 46.54º 0.89% 0.47% -
XYZ 12 12.39 2.14 -
YUV 93.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 120 96 13 0 0.2 0.89 0.53 46.54 0.8 0.26
Hex 78 60 D 0 14 59 35 2F 50 1A
Octal 170 140 15 0 24 131 65 57 120 32
Binary 1111000 1100000 1101 0 10100 1011001 110101 101111 1010000 11010

Color Harmonies of #78600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78600D

Black with #78600D

Text Example


Text Example

White with #78600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,96,13); }

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

background-color css

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

 a { background-color: rgb(120,96,13); }

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

border-color css

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

 span { border-color: rgb(120,96,13); }

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