Html Css Color HEX #85663B McKenzie

📋 copy color: '#85663B'

red 133 ◦ green 102 ◦ blue 59

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

Shades of McKenzie #85663B

Tints of McKenzie #85663B

RGB

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

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

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

R = 45.24%
G = 34.69%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85663B (or 0x85663B) is known color: McKenzie. HEX triplet: 85, 66 and 3B. RGB value is (133,102,59). Sum of RGB (Red+Green+Blue) = 133+102+59=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85663B is #7A99C4. Grayscale: #6A6A6A. Windows color (decimal): -8034757 or 3892869. OLE color: 3892869.

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

Color convert

RGB 133 102 59 -
CMYK 0 0.23 0.56 0.48
HSL 34.86º 0.39% 0.38% -
HSV(B) 34.86º 0.56% 0.52% -
XYZ 15.21 14.81 6.19 -
YUV 106.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 133 102 59 0 0.23 0.56 0.48 34.86 0.39 0.38
Hex 85 66 3B 0 17 38 30 23 27 26
Octal 205 146 73 0 27 70 60 43 47 46
Binary 10000101 1100110 111011 0 10111 111000 110000 100011 100111 100110

Color Harmonies of #85663B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85663B

Black with #85663B

Text Example


Text Example

White with #85663B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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