Html Css Color HEX #85683D McKenzie

📋 copy color: '#85683D'

red 133 ◦ green 104 ◦ blue 61

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

Shades of McKenzie #85683D

Tints of McKenzie #85683D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 44.63%
G = 34.9%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85683D (or 0x85683D) is known color: McKenzie. HEX triplet: 85, 68 and 3D. RGB value is (133,104,61). Sum of RGB (Red+Green+Blue) = 133+104+61=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85683D is #7A97C2. Grayscale: #6B6B6B. Windows color (decimal): -8034243 or 4024453. OLE color: 4024453.

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

Color convert

RGB 133 104 61 -
CMYK 0 0.22 0.54 0.48
HSL 35.83º 0.37% 0.38% -
HSV(B) 35.83º 0.54% 0.52% -
XYZ 15.47 15.22 6.54 -
YUV 107.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 133 104 61 0 0.22 0.54 0.48 35.83 0.37 0.38
Hex 85 68 3D 0 16 36 30 24 25 26
Octal 205 150 75 0 26 66 60 44 45 46
Binary 10000101 1101000 111101 0 10110 110110 110000 100100 100101 100110

Color Harmonies of #85683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85683D

Black with #85683D

Text Example


Text Example

White with #85683D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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