Html Css Color HEX #96633D McKenzie

📋 copy color: '#96633D'

red 150 ◦ green 99 ◦ blue 61

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

Shades of McKenzie #96633D

Tints of McKenzie #96633D

RGB

 RED value IS 150 (58.98% from 255) = 48.39%

 GREEN value IS 99 (39.06% from 255) = 31.94%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 48.39%
G = 31.94%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96633D (or 0x96633D) is known color: McKenzie. HEX triplet: 96, 63 and 3D. RGB value is (150,99,61). Sum of RGB (Red+Green+Blue) = 150+99+61=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96633D is #699CC2. Grayscale: #6E6E6E. Windows color (decimal): -6921411 or 4023190. OLE color: 4023190.

HSL color Cylindrical-coordinate representation of color #96633D: hue angle of 25.62º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96633D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 61 -
CMYK 0 0.34 0.59 0.41
HSL 25.62º 0.42% 0.41% -
HSV(B) 25.62º 0.59% 0.59% -
XYZ 17.88 15.74 6.51 -
YUV 109.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 150 99 61 0 0.34 0.59 0.41 25.62 0.42 0.41
Hex 96 63 3D 0 22 3B 29 1A 2A 29
Octal 226 143 75 0 42 73 51 32 52 51
Binary 10010110 1100011 111101 0 100010 111011 101001 11010 101010 101001

Color Harmonies of #96633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96633D

Black with #96633D

Text Example


Text Example

White with #96633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96633D; }

 p { color: rgb(150,99,61); }

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

background-color css

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

 a { background-color: rgb(150,99,61); }

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

border-color css

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

 span { border-color: rgb(150,99,61); }

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