Html Css Color HEX #96663D McKenzie

📋 copy color: '#96663D'

red 150 ◦ green 102 ◦ blue 61

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

Shades of McKenzie #96663D

Tints of McKenzie #96663D

RGB

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

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

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

R = 47.92%
G = 32.59%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96663D (or 0x96663D) is known color: McKenzie. HEX triplet: 96, 66 and 3D. RGB value is (150,102,61). Sum of RGB (Red+Green+Blue) = 150+102+61=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96663D is #6999C2. Grayscale: #6F6F6F. Windows color (decimal): -6920643 or 4023958. OLE color: 4023958.

HSL color Cylindrical-coordinate representation of color #96663D: hue angle of 27.64º 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 #96663D is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 61 -
CMYK 0 0.32 0.59 0.41
HSL 27.64º 0.42% 0.41% -
HSV(B) 27.64º 0.59% 0.59% -
XYZ 18.17 16.32 6.61 -
YUV 111.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 150 102 61 0 0.32 0.59 0.41 27.64 0.42 0.41
Hex 96 66 3D 0 20 3B 29 1C 2A 29
Octal 226 146 75 0 40 73 51 34 52 51
Binary 10010110 1100110 111101 0 100000 111011 101001 11100 101010 101001

Color Harmonies of #96663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96663D

Black with #96663D

Text Example


Text Example

White with #96663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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