Html Css Color HEX #95663B McKenzie

📋 copy color: '#95663B'

red 149 ◦ green 102 ◦ blue 59

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

Shades of McKenzie #95663B

Tints of McKenzie #95663B

RGB

 RED value IS 149 (58.59% from 255) = 48.06%

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 48.06%
G = 32.9%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95663B (or 0x95663B) is known color: McKenzie. HEX triplet: 95, 66 and 3B. RGB value is (149,102,59). Sum of RGB (Red+Green+Blue) = 149+102+59=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95663B is #6A99C4. Grayscale: #6F6F6F. Windows color (decimal): -6986181 or 3892885. OLE color: 3892885.

HSL color Cylindrical-coordinate representation of color #95663B: hue angle of 28.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95663B is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 59 -
CMYK 0 0.32 0.60 0.42
HSL 28.67º 0.43% 0.41% -
HSV(B) 28.67º 0.6% 0.58% -
XYZ 17.94 16.21 6.32 -
YUV 111.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 149 102 59 0 0.32 0.60 0.42 28.67 0.43 0.41
Hex 95 66 3B 0 20 3C 2A 1D 2B 29
Octal 225 146 73 0 40 74 52 35 53 51
Binary 10010101 1100110 111011 0 100000 111100 101010 11101 101011 101001

Color Harmonies of #95663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95663B

Black with #95663B

Text Example


Text Example

White with #95663B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95663B; }

 p { color: rgb(149,102,59); }

 H1.HeaderClassName
 {
   color: #95663B;
 }
 .AnyTagClassName
 {
   color: #95663B;
 }
</style>

background-color css

<style>
 a { background-color: #95663B; }

 a { background-color: rgb(149,102,59); }

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

border-color css

<style>
 span { border-color: #95663B; }

 span { border-color: rgb(149,102,59); }

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