#78630B

Color #78630B Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #78630B

Tints of Yukon Gold #78630B

Color information

#78630B (or 0x78630B) is unknown color: approx Yukon Gold. HEX triplet: 78, 63 and 0B. RGB value is (120,99,11). Sum of RGB (Red+Green+Blue) = 120+99+11=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78630B is #879CF4. Grayscale: #5F5F5F. Windows color (decimal): -8887541 or 746360. OLE color: 746360.

HSL color Cylindrical-coordinate representation of color #78630B: hue angle of 48.44º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78630B is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1209911-
CMYK00.170.910.53
HSL48.44º83.21%25.69%-
HSV(B)48.44º90.83%47.06%-
XYZ12.2712.942.17-
YUV95.2580.46145.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=52.17%
G=43.04%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120991100.170.910.5348.4483.2125.69
Hex7863B0115B3530531a
Octal17014313021133656012332
Binary1111000110001110110100011011011110101110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78630B; }

 p { color: rgb(120,99,11); }

 H1.HeaderClassName
 {
   color: #78630B;
 }
 .AnyTagClassName
 {
   color: #78630B;
 }
</style>
background-color css

<style>
 a { background-color: #78630B; }

 a { background-color: rgb(120,99,11); }

 div.DivClassName
 {
   background-color: #78630B;
 }
 .BgClassName
 {
   background-color: #78630B;
 }
</style>
border-color css

<style>
 span { border-color: #78630B; }

 span { border-color: rgb(120,99,11); }

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