Html Css Color HEX #826637 McKenzie

📋 copy color: '#826637'

red 130 ◦ green 102 ◦ blue 55

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

Shades of McKenzie #826637

Tints of McKenzie #826637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 45.3%
G = 35.54%
B = 19.16%

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

#826637 (or 0x826637) is known color: McKenzie. HEX triplet: 82, 66 and 37. RGB value is (130,102,55). Sum of RGB (Red+Green+Blue) = 130+102+55=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #826637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826637 is #7D99C8. Grayscale: #696969. Windows color (decimal): -8231369 or 3630722. OLE color: 3630722.

HSL color Cylindrical-coordinate representation of color #826637: hue angle of 37.6º 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 #826637 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 55 -
CMYK 0 0.22 0.58 0.49
HSL 37.6º 0.41% 0.36% -
HSV(B) 37.6º 0.58% 0.51% -
XYZ 14.65 14.52 5.65 -
YUV 105.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 130 102 55 0 0.22 0.58 0.49 37.6 0.41 0.36
Hex 82 66 37 0 16 3A 31 26 29 24
Octal 202 146 67 0 26 72 61 46 51 44
Binary 10000010 1100110 110111 0 10110 111010 110001 100110 101001 100100

Color Harmonies of #826637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826637

Black with #826637

Text Example


Text Example

White with #826637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826637; }

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

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

background-color css

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

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

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

border-color css

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

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

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