#836614

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

Shades of Yukon Gold #836614

Tints of Yukon Gold #836614

Color information

#836614 (or 0x836614) is unknown color: approx Yukon Gold. HEX triplet: 83, 66 and 14. RGB value is (131,102,20). Sum of RGB (Red+Green+Blue) = 131+102+20=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #836614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836614 is #7C99EB. Grayscale: #656565. Windows color (decimal): -8165868 or 1336963. OLE color: 1336963.

HSL color Cylindrical-coordinate representation of color #836614: hue angle of 44.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #836614 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB13110220-
CMYK00.220.850.49
HSL44.32º73.51%29.61%-
HSV(B)44.32º84.73%51.37%-
XYZ14.2414.382.69-
YUV101.3282.11149.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.78%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=51.78%
G=40.32%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311022000.220.850.4944.3273.5129.61
Hex83661401655312c4a1e
Octal20314624026125615411236
Binary100000111100110101000101101010101110001101100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836614; }

 p { color: rgb(131,102,20); }

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

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

 a { background-color: rgb(131,102,20); }

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

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

 span { border-color: rgb(131,102,20); }

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