Html Css Color HEX #96653C McKenzie

📋 copy color: '#96653C'

red 150 ◦ green 101 ◦ blue 60

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

Shades of McKenzie #96653C

Tints of McKenzie #96653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 48.23%
G = 32.48%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96653C (or 0x96653C) is known color: McKenzie. HEX triplet: 96, 65 and 3C. RGB value is (150,101,60). Sum of RGB (Red+Green+Blue) = 150+101+60=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96653C is #699AC3. Grayscale: #6F6F6F. Windows color (decimal): -6920900 or 3958166. OLE color: 3958166.

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

Color convert

RGB 150 101 60 -
CMYK 0 0.33 0.6 0.41
HSL 27.33º 0.43% 0.41% -
HSV(B) 27.33º 0.6% 0.59% -
XYZ 18.05 16.12 6.43 -
YUV 110.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 150 101 60 0 0.33 0.6 0.41 27.33 0.43 0.41
Hex 96 65 3C 0 21 3C 29 1B 2B 29
Octal 226 145 74 0 41 74 51 33 53 51
Binary 10010110 1100101 111100 0 100001 111100 101001 11011 101011 101001

Color Harmonies of #96653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96653C

Black with #96653C

Text Example


Text Example

White with #96653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96653C; }

 p { color: rgb(150,101,60); }

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

background-color css

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

 a { background-color: rgb(150,101,60); }

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

border-color css

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

 span { border-color: rgb(150,101,60); }

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