Html Css Color HEX #78601E Yukon Gold

📋 copy color: '#78601E'

red 120 ◦ green 96 ◦ blue 30

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

Shades of Yukon Gold #78601E

Tints of Yukon Gold #78601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 48.78%
G = 39.02%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#78601E (or 0x78601E) is known color: Yukon Gold. HEX triplet: 78, 60 and 1E. RGB value is (120,96,30). Sum of RGB (Red+Green+Blue) = 120+96+30=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78601E is #879FE1. Grayscale: #5F5F5F. Windows color (decimal): -8888290 or 1990776. OLE color: 1990776.

HSL color Cylindrical-coordinate representation of color #78601E: hue angle of 44º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78601E is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 30 -
CMYK 0 0.2 0.75 0.53
HSL 44º 0.6% 0.29% -
HSV(B) 44º 0.75% 0.47% -
XYZ 12.16 12.45 2.99 -
YUV 95.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 120 96 30 0 0.2 0.75 0.53 44 0.6 0.29
Hex 78 60 1E 0 14 4B 35 2C 3C 1D
Octal 170 140 36 0 24 113 65 54 74 35
Binary 1111000 1100000 11110 0 10100 1001011 110101 101100 111100 11101

Color Harmonies of #78601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78601E

Black with #78601E

Text Example


Text Example

White with #78601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78601E; }

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

 H1.HeaderClassName
 {
   color: #78601E;
 }
 .AnyTagClassName
 {
   color: #78601E;
 }
</style>

background-color css

<style>
 a { background-color: #78601E; }

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

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

border-color css

<style>
 span { border-color: #78601E; }

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

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