Html Css Color HEX #85673F McKenzie

📋 copy color: '#85673F'

red 133 ◦ green 103 ◦ blue 63

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

Shades of McKenzie #85673F

Tints of McKenzie #85673F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 44.48%
G = 34.45%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85673F (or 0x85673F) is known color: McKenzie. HEX triplet: 85, 67 and 3F. RGB value is (133,103,63). Sum of RGB (Red+Green+Blue) = 133+103+63=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673F is #7A98C0. Grayscale: #6B6B6B. Windows color (decimal): -8034497 or 4155269. OLE color: 4155269.

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

Color convert

RGB 133 103 63 -
CMYK 0 0.23 0.53 0.48
HSL 34.29º 0.36% 0.38% -
HSV(B) 34.29º 0.53% 0.52% -
XYZ 15.42 15.05 6.79 -
YUV 107.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 133 103 63 0 0.23 0.53 0.48 34.29 0.36 0.38
Hex 85 67 3F 0 17 35 30 22 24 26
Octal 205 147 77 0 27 65 60 42 44 46
Binary 10000101 1100111 111111 0 10111 110101 110000 100010 100100 100110

Color Harmonies of #85673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85673F

Black with #85673F

Text Example


Text Example

White with #85673F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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