Html Css Color HEX #956135 McKenzie

📋 copy color: '#956135'

red 149 ◦ green 97 ◦ blue 53

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

Shades of McKenzie #956135

Tints of McKenzie #956135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 49.83%
G = 32.44%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#956135 (or 0x956135) is known color: McKenzie. HEX triplet: 95, 61 and 35. RGB value is (149,97,53). Sum of RGB (Red+Green+Blue) = 149+97+53=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #956135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956135 is #6A9ECA. Grayscale: #6B6B6B. Windows color (decimal): -6987467 or 3498389. OLE color: 3498389.

HSL color Cylindrical-coordinate representation of color #956135: hue angle of 27.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #956135 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 53 -
CMYK 0 0.35 0.64 0.42
HSL 27.5º 0.48% 0.4% -
HSV(B) 27.5º 0.64% 0.58% -
XYZ 17.31 15.2 5.39 -
YUV 107.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 149 97 53 0 0.35 0.64 0.42 27.5 0.48 0.4
Hex 95 61 35 0 23 40 2A 1C 30 28
Octal 225 141 65 0 43 100 52 34 60 50
Binary 10010101 1100001 110101 0 100011 1000000 101010 11100 110000 101000

Color Harmonies of #956135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956135

Black with #956135

Text Example


Text Example

White with #956135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956135; }

 p { color: rgb(149,97,53); }

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

background-color css

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

 a { background-color: rgb(149,97,53); }

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

border-color css

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

 span { border-color: rgb(149,97,53); }

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