Html Css Color HEX #95633C McKenzie

📋 copy color: '#95633C'

red 149 ◦ green 99 ◦ blue 60

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

Shades of McKenzie #95633C

Tints of McKenzie #95633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 48.38%
G = 32.14%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95633C (or 0x95633C) is known color: McKenzie. HEX triplet: 95, 63 and 3C. RGB value is (149,99,60). Sum of RGB (Red+Green+Blue) = 149+99+60=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95633C is #6A9CC3. Grayscale: #6D6D6D. Windows color (decimal): -6986948 or 3957653. OLE color: 3957653.

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

Color convert

RGB 149 99 60 -
CMYK 0 0.34 0.60 0.42
HSL 26.29º 0.43% 0.41% -
HSV(B) 26.29º 0.6% 0.58% -
XYZ 17.67 15.64 6.36 -
YUV 109.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 149 99 60 0 0.34 0.60 0.42 26.29 0.43 0.41
Hex 95 63 3C 0 22 3C 2A 1A 2B 29
Octal 225 143 74 0 42 74 52 32 53 51
Binary 10010101 1100011 111100 0 100010 111100 101010 11010 101011 101001

Color Harmonies of #95633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95633C

Black with #95633C

Text Example


Text Example

White with #95633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95633C; }

 p { color: rgb(149,99,60); }

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

background-color css

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

 a { background-color: rgb(149,99,60); }

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

border-color css

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

 span { border-color: rgb(149,99,60); }

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