Html Css Color HEX #826635 McKenzie

📋 copy color: '#826635'

red 130 ◦ green 102 ◦ blue 53

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

Shades of McKenzie #826635

Tints of McKenzie #826635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 45.61%
G = 35.79%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#826635 (or 0x826635) is known color: McKenzie. HEX triplet: 82, 66 and 35. RGB value is (130,102,53). Sum of RGB (Red+Green+Blue) = 130+102+53=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #826635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826635 is #7D99CA. Grayscale: #696969. Windows color (decimal): -8231371 or 3499650. OLE color: 3499650.

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

Color convert

RGB 130 102 53 -
CMYK 0 0.22 0.59 0.49
HSL 38.18º 0.42% 0.36% -
HSV(B) 38.18º 0.59% 0.51% -
XYZ 14.6 14.51 5.4 -
YUV 104.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 130 102 53 0 0.22 0.59 0.49 38.18 0.42 0.36
Hex 82 66 35 0 16 3B 31 26 2A 24
Octal 202 146 65 0 26 73 61 46 52 44
Binary 10000010 1100110 110101 0 10110 111011 110001 100110 101010 100100

Color Harmonies of #826635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826635

Black with #826635

Text Example


Text Example

White with #826635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826635; }

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

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

background-color css

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

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

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

border-color css

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

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

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