#82693C

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

Shades of McKenzie #82693C

Tints of McKenzie #82693C

Color information

#82693C (or 0x82693C) is unknown color: approx McKenzie. HEX triplet: 82, 69 and 3C. RGB value is (130,105,60). Sum of RGB (Red+Green+Blue) = 130+105+60=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82693C is #7D96C3. Grayscale: #6B6B6B. Windows color (decimal): -8230596 or 3959170. OLE color: 3959170.

HSL color Cylindrical-coordinate representation of color #82693C: hue angle of 38.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82693C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB13010560-
CMYK00.190.540.49
HSL38.57º36.84%37.25%-
HSV(B)38.57º53.85%50.98%-
XYZ15.0715.186.41-
YUV107.34101.28144.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=44.07%
G=35.59%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301056000.190.540.4938.5736.8437.25
Hex82693C0133631272525
Octal202151740236661474545
Binary100000101101001111100010011110110110001100111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82693C; }

 p { color: rgb(130,105,60); }

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

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

 a { background-color: rgb(130,105,60); }

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

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

 span { border-color: rgb(130,105,60); }

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