Html Css Color HEX #96673F McKenzie

📋 copy color: '#96673F'

red 150 ◦ green 103 ◦ blue 63

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

Shades of McKenzie #96673F

Tints of McKenzie #96673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 47.47%
G = 32.59%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96673F (or 0x96673F) is known color: McKenzie. HEX triplet: 96, 67 and 3F. RGB value is (150,103,63). Sum of RGB (Red+Green+Blue) = 150+103+63=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96673F is #6998C0. Grayscale: #707070. Windows color (decimal): -6920385 or 4155286. OLE color: 4155286.

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

Color convert

RGB 150 103 63 -
CMYK 0 0.31 0.58 0.41
HSL 27.59º 0.41% 0.42% -
HSV(B) 27.59º 0.58% 0.59% -
XYZ 18.33 16.54 6.93 -
YUV 112.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 150 103 63 0 0.31 0.58 0.41 27.59 0.41 0.42
Hex 96 67 3F 0 1F 3A 29 1C 29 2A
Octal 226 147 77 0 37 72 51 34 51 52
Binary 10010110 1100111 111111 0 11111 111010 101001 11100 101001 101010

Color Harmonies of #96673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96673F

Black with #96673F

Text Example


Text Example

White with #96673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96673F; }

 p { color: rgb(150,103,63); }

 H1.HeaderClassName
 {
   color: #96673F;
 }
 .AnyTagClassName
 {
   color: #96673F;
 }
</style>

background-color css

<style>
 a { background-color: #96673F; }

 a { background-color: rgb(150,103,63); }

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

border-color css

<style>
 span { border-color: #96673F; }

 span { border-color: rgb(150,103,63); }

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