Html Css Color HEX #85663D McKenzie

📋 copy color: '#85663D'

red 133 ◦ green 102 ◦ blue 61

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

Shades of McKenzie #85663D

Tints of McKenzie #85663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 44.93%
G = 34.46%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85663D (or 0x85663D) is known color: McKenzie. HEX triplet: 85, 66 and 3D. RGB value is (133,102,61). Sum of RGB (Red+Green+Blue) = 133+102+61=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85663D is #7A99C2. Grayscale: #6A6A6A. Windows color (decimal): -8034755 or 4023941. OLE color: 4023941.

HSL color Cylindrical-coordinate representation of color #85663D: hue angle of 34.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85663D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 61 -
CMYK 0 0.23 0.54 0.48
HSL 34.17º 0.37% 0.38% -
HSV(B) 34.17º 0.54% 0.52% -
XYZ 15.27 14.83 6.47 -
YUV 106.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 133 102 61 0 0.23 0.54 0.48 34.17 0.37 0.38
Hex 85 66 3D 0 17 36 30 22 25 26
Octal 205 146 75 0 27 66 60 42 45 46
Binary 10000101 1100110 111101 0 10111 110110 110000 100010 100101 100110

Color Harmonies of #85663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85663D

Black with #85663D

Text Example


Text Example

White with #85663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85663D; }

 p { color: rgb(133,102,61); }

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

background-color css

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

 a { background-color: rgb(133,102,61); }

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

border-color css

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

 span { border-color: rgb(133,102,61); }

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