Html Css Color HEX #96673D McKenzie

📋 copy color: '#96673D'

red 150 ◦ green 103 ◦ blue 61

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

Shades of McKenzie #96673D

Tints of McKenzie #96673D

RGB

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

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

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

R = 47.77%
G = 32.8%
B = 19.43%

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

#96673D (or 0x96673D) is known color: McKenzie. HEX triplet: 96, 67 and 3D. RGB value is (150,103,61). Sum of RGB (Red+Green+Blue) = 150+103+61=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96673D is #6998C2. Grayscale: #707070. Windows color (decimal): -6920387 or 4024214. OLE color: 4024214.

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

Color convert

RGB 150 103 61 -
CMYK 0 0.31 0.59 0.41
HSL 28.31º 0.42% 0.41% -
HSV(B) 28.31º 0.59% 0.59% -
XYZ 18.27 16.52 6.64 -
YUV 112.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 150 103 61 0 0.31 0.59 0.41 28.31 0.42 0.41
Hex 96 67 3D 0 1F 3B 29 1C 2A 29
Octal 226 147 75 0 37 73 51 34 52 51
Binary 10010110 1100111 111101 0 11111 111011 101001 11100 101010 101001

Color Harmonies of #96673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96673D

Black with #96673D

Text Example


Text Example

White with #96673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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