Html Css Color HEX #96673C McKenzie

📋 copy color: '#96673C'

red 150 ◦ green 103 ◦ blue 60

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

Shades of McKenzie #96673C

Tints of McKenzie #96673C

RGB

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

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

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

R = 47.92%
G = 32.91%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96673C (or 0x96673C) is known color: McKenzie. HEX triplet: 96, 67 and 3C. RGB value is (150,103,60). Sum of RGB (Red+Green+Blue) = 150+103+60=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96673C is #6998C3. Grayscale: #707070. Windows color (decimal): -6920388 or 3958678. OLE color: 3958678.

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

Color convert

RGB 150 103 60 -
CMYK 0 0.31 0.6 0.41
HSL 28.67º 0.43% 0.41% -
HSV(B) 28.67º 0.6% 0.59% -
XYZ 18.24 16.51 6.5 -
YUV 112.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 150 103 60 0 0.31 0.6 0.41 28.67 0.43 0.41
Hex 96 67 3C 0 1F 3C 29 1D 2B 29
Octal 226 147 74 0 37 74 51 35 53 51
Binary 10010110 1100111 111100 0 11111 111100 101001 11101 101011 101001

Color Harmonies of #96673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96673C

Black with #96673C

Text Example


Text Example

White with #96673C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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