Html Css Color HEX #95663A McKenzie

📋 copy color: '#95663A'

red 149 ◦ green 102 ◦ blue 58

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

Shades of McKenzie #95663A

Tints of McKenzie #95663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 48.22%
G = 33.01%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95663A (or 0x95663A) is known color: McKenzie. HEX triplet: 95, 66 and 3A. RGB value is (149,102,58). Sum of RGB (Red+Green+Blue) = 149+102+58=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95663A is #6A99C5. Grayscale: #6F6F6F. Windows color (decimal): -6986182 or 3827349. OLE color: 3827349.

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

Color convert

RGB 149 102 58 -
CMYK 0 0.32 0.61 0.42
HSL 29.01º 0.44% 0.41% -
HSV(B) 29.01º 0.61% 0.58% -
XYZ 17.91 16.2 6.19 -
YUV 111.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 149 102 58 0 0.32 0.61 0.42 29.01 0.44 0.41
Hex 95 66 3A 0 20 3D 2A 1D 2C 29
Octal 225 146 72 0 40 75 52 35 54 51
Binary 10010101 1100110 111010 0 100000 111101 101010 11101 101100 101001

Color Harmonies of #95663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95663A

Black with #95663A

Text Example


Text Example

White with #95663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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