Html Css Color HEX #95663F McKenzie

📋 copy color: '#95663F'

red 149 ◦ green 102 ◦ blue 63

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

Shades of McKenzie #95663F

Tints of McKenzie #95663F

RGB

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

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

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

R = 47.45%
G = 32.48%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95663F (or 0x95663F) is known color: McKenzie. HEX triplet: 95, 66 and 3F. RGB value is (149,102,63). Sum of RGB (Red+Green+Blue) = 149+102+63=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95663F is #6A99C0. Grayscale: #6F6F6F. Windows color (decimal): -6986177 or 4155029. OLE color: 4155029.

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

Color convert

RGB 149 102 63 -
CMYK 0 0.32 0.58 0.42
HSL 27.21º 0.41% 0.42% -
HSV(B) 27.21º 0.58% 0.58% -
XYZ 18.04 16.25 6.89 -
YUV 111.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 149 102 63 0 0.32 0.58 0.42 27.21 0.41 0.42
Hex 95 66 3F 0 20 3A 2A 1B 29 2A
Octal 225 146 77 0 40 72 52 33 51 52
Binary 10010101 1100110 111111 0 100000 111010 101010 11011 101001 101010

Color Harmonies of #95663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95663F

Black with #95663F

Text Example


Text Example

White with #95663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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