Html Css Color HEX #95643F McKenzie

📋 copy color: '#95643F'

red 149 ◦ green 100 ◦ blue 63

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

Shades of McKenzie #95643F

Tints of McKenzie #95643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

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

R = 47.76%
G = 32.05%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95643F (or 0x95643F) is known color: McKenzie. HEX triplet: 95, 64 and 3F. RGB value is (149,100,63). Sum of RGB (Red+Green+Blue) = 149+100+63=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95643F is #6A9BC0. Grayscale: #6E6E6E. Windows color (decimal): -6986689 or 4154517. OLE color: 4154517.

HSL color Cylindrical-coordinate representation of color #95643F: hue angle of 25.81º 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 #95643F is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 63 -
CMYK 0 0.33 0.58 0.42
HSL 25.81º 0.41% 0.42% -
HSV(B) 25.81º 0.58% 0.58% -
XYZ 17.85 15.86 6.82 -
YUV 110.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 149 100 63 0 0.33 0.58 0.42 25.81 0.41 0.42
Hex 95 64 3F 0 21 3A 2A 1A 29 2A
Octal 225 144 77 0 41 72 52 32 51 52
Binary 10010101 1100100 111111 0 100001 111010 101010 11010 101001 101010

Color Harmonies of #95643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95643F

Black with #95643F

Text Example


Text Example

White with #95643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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