Html Css Color HEX #85613D McKenzie

📋 copy color: '#85613D'

red 133 ◦ green 97 ◦ blue 61

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

Shades of McKenzie #85613D

Tints of McKenzie #85613D

RGB

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

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

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

R = 45.7%
G = 33.33%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85613D (or 0x85613D) is known color: McKenzie. HEX triplet: 85, 61 and 3D. RGB value is (133,97,61). Sum of RGB (Red+Green+Blue) = 133+97+61=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85613D is #7A9EC2. Grayscale: #676767. Windows color (decimal): -8036035 or 4022661. OLE color: 4022661.

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

Color convert

RGB 133 97 61 -
CMYK 0 0.27 0.54 0.48
HSL 30º 0.37% 0.38% -
HSV(B) 30º 0.54% 0.52% -
XYZ 14.79 13.87 6.31 -
YUV 103.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 133 97 61 0 0.27 0.54 0.48 30 0.37 0.38
Hex 85 61 3D 0 1B 36 30 1E 25 26
Octal 205 141 75 0 33 66 60 36 45 46
Binary 10000101 1100001 111101 0 11011 110110 110000 11110 100101 100110

Color Harmonies of #85613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85613D

Black with #85613D

Text Example


Text Example

White with #85613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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