Html Css Color HEX #96683D McKenzie

📋 copy color: '#96683D'

red 150 ◦ green 104 ◦ blue 61

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

Shades of McKenzie #96683D

Tints of McKenzie #96683D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 47.62%
G = 33.02%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96683D (or 0x96683D) is known color: McKenzie. HEX triplet: 96, 68 and 3D. RGB value is (150,104,61). Sum of RGB (Red+Green+Blue) = 150+104+61=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96683D is #6997C2. Grayscale: #717171. Windows color (decimal): -6920131 or 4024470. OLE color: 4024470.

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

Color convert

RGB 150 104 61 -
CMYK 0 0.31 0.59 0.41
HSL 28.99º 0.42% 0.41% -
HSV(B) 28.99º 0.59% 0.59% -
XYZ 18.37 16.72 6.67 -
YUV 112.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 150 104 61 0 0.31 0.59 0.41 28.99 0.42 0.41
Hex 96 68 3D 0 1F 3B 29 1D 2A 29
Octal 226 150 75 0 37 73 51 35 52 51
Binary 10010110 1101000 111101 0 11111 111011 101001 11101 101010 101001

Color Harmonies of #96683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96683D

Black with #96683D

Text Example


Text Example

White with #96683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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