Html Css Color HEX #96693A McKenzie

📋 copy color: '#96693A'

red 150 ◦ green 105 ◦ blue 58

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

Shades of McKenzie #96693A

Tints of McKenzie #96693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 47.92%
G = 33.55%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96693A (or 0x96693A) is known color: McKenzie. HEX triplet: 96, 69 and 3A. RGB value is (150,105,58). Sum of RGB (Red+Green+Blue) = 150+105+58=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96693A is #6996C5. Grayscale: #717171. Windows color (decimal): -6919878 or 3828118. OLE color: 3828118.

HSL color Cylindrical-coordinate representation of color #96693A: hue angle of 30.65º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96693A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 58 -
CMYK 0 0.30 0.61 0.41
HSL 30.65º 0.44% 0.41% -
HSV(B) 30.65º 0.61% 0.59% -
XYZ 18.39 16.89 6.29 -
YUV 113.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 150 105 58 0 0.30 0.61 0.41 30.65 0.44 0.41
Hex 96 69 3A 0 1E 3D 29 1F 2C 29
Octal 226 151 72 0 36 75 51 37 54 51
Binary 10010110 1101001 111010 0 11110 111101 101001 11111 101100 101001

Color Harmonies of #96693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96693A

Black with #96693A

Text Example


Text Example

White with #96693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96693A; }

 p { color: rgb(150,105,58); }

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

background-color css

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

 a { background-color: rgb(150,105,58); }

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

border-color css

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

 span { border-color: rgb(150,105,58); }

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