Html Css Color HEX #95673B McKenzie

📋 copy color: '#95673B'

red 149 ◦ green 103 ◦ blue 59

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

Shades of McKenzie #95673B

Tints of McKenzie #95673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.12%

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

R = 47.91%
G = 33.12%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95673B (or 0x95673B) is known color: McKenzie. HEX triplet: 95, 67 and 3B. RGB value is (149,103,59). Sum of RGB (Red+Green+Blue) = 149+103+59=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95673B is #6A98C4. Grayscale: #6F6F6F. Windows color (decimal): -6985925 or 3893141. OLE color: 3893141.

HSL color Cylindrical-coordinate representation of color #95673B: hue angle of 29.33º 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 #95673B is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 59 -
CMYK 0 0.31 0.60 0.42
HSL 29.33º 0.43% 0.41% -
HSV(B) 29.33º 0.6% 0.58% -
XYZ 18.03 16.41 6.35 -
YUV 111.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 149 103 59 0 0.31 0.60 0.42 29.33 0.43 0.41
Hex 95 67 3B 0 1F 3C 2A 1D 2B 29
Octal 225 147 73 0 37 74 52 35 53 51
Binary 10010101 1100111 111011 0 11111 111100 101010 11101 101011 101001

Color Harmonies of #95673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95673B

Black with #95673B

Text Example


Text Example

White with #95673B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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