#84630D

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

Shades of Yukon Gold #84630D

Tints of Yukon Gold #84630D

Color information

#84630D (or 0x84630D) is unknown color: approx Yukon Gold. HEX triplet: 84, 63 and 0D. RGB value is (132,99,13). Sum of RGB (Red+Green+Blue) = 132+99+13=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84630D is #7B9CF2. Grayscale: #636363. Windows color (decimal): -8101107 or 877444. OLE color: 877444.

HSL color Cylindrical-coordinate representation of color #84630D: hue angle of 43.36º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84630D is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1329913-
CMYK00.250.900.48
HSL43.36º82.07%28.43%-
HSV(B)43.36º90.15%51.76%-
XYZ14.0513.862.32-
YUV99.0679.43151.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=54.10%
G=40.57%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132991300.250.900.4843.3682.0728.43
Hex8463D0195A302b521c
Octal20414315031132605312234
Binary10000100110001111010110011011010110000101011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,99,13); }

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

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

 a { background-color: rgb(132,99,13); }

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

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

 span { border-color: rgb(132,99,13); }

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