Html Css Color HEX #996638 McKenzie

📋 copy color: '#996638'

red 153 ◦ green 102 ◦ blue 56

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

Shades of McKenzie #996638

Tints of McKenzie #996638

RGB

 RED value IS 153 (60.16% from 255) = 49.2%

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

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 49.2%
G = 32.8%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#996638 (or 0x996638) is known color: McKenzie. HEX triplet: 99, 66 and 38. RGB value is (153,102,56). Sum of RGB (Red+Green+Blue) = 153+102+56=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #996638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996638 is #6699C7. Grayscale: #707070. Windows color (decimal): -6724040 or 3696281. OLE color: 3696281.

HSL color Cylindrical-coordinate representation of color #996638: hue angle of 28.45º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #996638 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 56 -
CMYK 0 0.33 0.63 0.4
HSL 28.45º 0.46% 0.41% -
HSV(B) 28.45º 0.63% 0.6% -
XYZ 18.6 16.56 5.96 -
YUV 112.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 153 102 56 0 0.33 0.63 0.4 28.45 0.46 0.41
Hex 99 66 38 0 21 3F 28 1C 2E 29
Octal 231 146 70 0 41 77 50 34 56 51
Binary 10011001 1100110 111000 0 100001 111111 101000 11100 101110 101001

Color Harmonies of #996638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996638

Black with #996638

Text Example


Text Example

White with #996638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996638; }

 p { color: rgb(153,102,56); }

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

background-color css

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

 a { background-color: rgb(153,102,56); }

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

border-color css

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

 span { border-color: rgb(153,102,56); }

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