Html Css Color HEX #85663C McKenzie

📋 copy color: '#85663C'

red 133 ◦ green 102 ◦ blue 60

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

Shades of McKenzie #85663C

Tints of McKenzie #85663C

RGB

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

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

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

R = 45.08%
G = 34.58%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85663C (or 0x85663C) is known color: McKenzie. HEX triplet: 85, 66 and 3C. RGB value is (133,102,60). Sum of RGB (Red+Green+Blue) = 133+102+60=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85663C is #7A99C3. Grayscale: #6A6A6A. Windows color (decimal): -8034756 or 3958405. OLE color: 3958405.

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

Color convert

RGB 133 102 60 -
CMYK 0 0.23 0.55 0.48
HSL 34.52º 0.38% 0.38% -
HSV(B) 34.52º 0.55% 0.52% -
XYZ 15.24 14.82 6.33 -
YUV 106.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 133 102 60 0 0.23 0.55 0.48 34.52 0.38 0.38
Hex 85 66 3C 0 17 37 30 23 26 26
Octal 205 146 74 0 27 67 60 43 46 46
Binary 10000101 1100110 111100 0 10111 110111 110000 100011 100110 100110

Color Harmonies of #85663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85663C

Black with #85663C

Text Example


Text Example

White with #85663C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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