#826634

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

Shades of McKenzie #826634

Tints of McKenzie #826634

Color information

#826634 (or 0x826634) is unknown color: approx McKenzie. HEX triplet: 82, 66 and 34. RGB value is (130,102,52). Sum of RGB (Red+Green+Blue) = 130+102+52=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #826634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826634 is #7D99CB. Grayscale: #686868. Windows color (decimal): -8231372 or 3434114. OLE color: 3434114.

HSL color Cylindrical-coordinate representation of color #826634: hue angle of 38.46º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #826634 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB13010252-
CMYK00.220.600.49
HSL38.46º42.86%35.69%-
HSV(B)38.46º60%50.98%-
XYZ14.5814.55.28-
YUV104.6798.28146.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=45.77%
G=35.92%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301025200.220.600.4938.4642.8635.69
Hex8266340163C31262b24
Octal202146640267461465344
Binary100000101100110110100010110111100110001100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826634; }

 p { color: rgb(130,102,52); }

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

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

 a { background-color: rgb(130,102,52); }

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

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

 span { border-color: rgb(130,102,52); }

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