Html Css Color HEX #85613C McKenzie

📋 copy color: '#85613C'

red 133 ◦ green 97 ◦ blue 60

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

Shades of McKenzie #85613C

Tints of McKenzie #85613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

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

R = 45.86%
G = 33.45%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85613C (or 0x85613C) is known color: McKenzie. HEX triplet: 85, 61 and 3C. RGB value is (133,97,60). Sum of RGB (Red+Green+Blue) = 133+97+60=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85613C is #7A9EC3. Grayscale: #676767. Windows color (decimal): -8036036 or 3957125. OLE color: 3957125.

HSL color Cylindrical-coordinate representation of color #85613C: hue angle of 30.41º 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 #85613C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 60 -
CMYK 0 0.27 0.55 0.48
HSL 30.41º 0.38% 0.38% -
HSV(B) 30.41º 0.55% 0.52% -
XYZ 14.76 13.86 6.17 -
YUV 103.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 133 97 60 0 0.27 0.55 0.48 30.41 0.38 0.38
Hex 85 61 3C 0 1B 37 30 1E 26 26
Octal 205 141 74 0 33 67 60 36 46 46
Binary 10000101 1100001 111100 0 11011 110111 110000 11110 100110 100110

Color Harmonies of #85613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85613C

Black with #85613C

Text Example


Text Example

White with #85613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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