Html Css Color HEX #826636 McKenzie

📋 copy color: '#826636'

red 130 ◦ green 102 ◦ blue 54

#826636
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of McKenzie #826636

Tints of McKenzie #826636

RGB

 RED value IS 130 (51.17% from 255) = 45.45%

 GREEN value IS 102 (40.23% from 255) = 35.66%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 45.45%
G = 35.66%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#826636 (or 0x826636) is known color: McKenzie. HEX triplet: 82, 66 and 36. RGB value is (130,102,54). Sum of RGB (Red+Green+Blue) = 130+102+54=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #826636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826636 is #7D99C9. Grayscale: #696969. Windows color (decimal): -8231370 or 3565186. OLE color: 3565186.

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

Color convert

RGB 130 102 54 -
CMYK 0 0.22 0.58 0.49
HSL 37.89º 0.41% 0.36% -
HSV(B) 37.89º 0.58% 0.51% -
XYZ 14.62 14.51 5.52 -
YUV 104.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 130 102 54 0 0.22 0.58 0.49 37.89 0.41 0.36
Hex 82 66 36 0 16 3A 31 26 29 24
Octal 202 146 66 0 26 72 61 46 51 44
Binary 10000010 1100110 110110 0 10110 111010 110001 100110 101001 100100

Color Harmonies of #826636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826636

Black with #826636

Text Example


Text Example

White with #826636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826636; }

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

 H1.HeaderClassName
 {
   color: #826636;
 }
 .AnyTagClassName
 {
   color: #826636;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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