Html Css Color HEX #85673D McKenzie

📋 copy color: '#85673D'

red 133 ◦ green 103 ◦ blue 61

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

Shades of McKenzie #85673D

Tints of McKenzie #85673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 44.78%
G = 34.68%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85673D (or 0x85673D) is known color: McKenzie. HEX triplet: 85, 67 and 3D. RGB value is (133,103,61). Sum of RGB (Red+Green+Blue) = 133+103+61=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673D is #7A98C2. Grayscale: #6B6B6B. Windows color (decimal): -8034499 or 4024197. OLE color: 4024197.

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

Color convert

RGB 133 103 61 -
CMYK 0 0.23 0.54 0.48
HSL 35º 0.37% 0.38% -
HSV(B) 35º 0.54% 0.52% -
XYZ 15.37 15.02 6.5 -
YUV 107.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 133 103 61 0 0.23 0.54 0.48 35 0.37 0.38
Hex 85 67 3D 0 17 36 30 23 25 26
Octal 205 147 75 0 27 66 60 43 45 46
Binary 10000101 1100111 111101 0 10111 110110 110000 100011 100101 100110

Color Harmonies of #85673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85673D

Black with #85673D

Text Example


Text Example

White with #85673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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