Html Css Color HEX #85633F McKenzie

📋 copy color: '#85633F'

red 133 ◦ green 99 ◦ blue 63

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

Shades of McKenzie #85633F

Tints of McKenzie #85633F

RGB

 RED value IS 133 (52.34% from 255) = 45.08%

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

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

R = 45.08%
G = 33.56%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85633F (or 0x85633F) is known color: McKenzie. HEX triplet: 85, 63 and 3F. RGB value is (133,99,63). Sum of RGB (Red+Green+Blue) = 133+99+63=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85633F is #7A9CC0. Grayscale: #696969. Windows color (decimal): -8035521 or 4154245. OLE color: 4154245.

HSL color Cylindrical-coordinate representation of color #85633F: hue angle of 30.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85633F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 63 -
CMYK 0 0.26 0.53 0.48
HSL 30.86º 0.36% 0.38% -
HSV(B) 30.86º 0.53% 0.52% -
XYZ 15.03 14.27 6.66 -
YUV 105.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 133 99 63 0 0.26 0.53 0.48 30.86 0.36 0.38
Hex 85 63 3F 0 1A 35 30 1F 24 26
Octal 205 143 77 0 32 65 60 37 44 46
Binary 10000101 1100011 111111 0 11010 110101 110000 11111 100100 100110

Color Harmonies of #85633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85633F

Black with #85633F

Text Example


Text Example

White with #85633F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,99,63); }

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

background-color css

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

 a { background-color: rgb(133,99,63); }

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

border-color css

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

 span { border-color: rgb(133,99,63); }

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